package
0.0.0-20250312151925-89949b571e0d
Repository: https://github.com/openshift/osde2e.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
ClusterConfig returns the rest API config for a given cluster as well as the provider it inferred to discover the config.
GetClusterVersion will get the current cluster version for the cluster.
PollClusterHealth looks at CVO data to determine if a cluster is alive/healthy or not param clusterID: If specified, Provider will be discovered through OCM.
ProvisionCluster will provision a cluster and immediately return.
set cluster infor into viper and metadata.
WaitForClusterReadyPostInstall blocks until the cluster is ready for testing using mechanisms appropriate for a newly-installed cluster.
WaitForClusterReadyPostUpgrade blocks until the cluster is ready for testing using healthcheck mechanisms appropriate for after a cluster version upgrade.
WaitForClusterReadyPostWake blocks until the cluster is ready for testing, deletes errored pods, and then uses healthcheck mechanisms appropriate for after the cluster resumed from hibernation.
No description provided by the author