Documentation
¶
Index ¶
- Constants
- func CheckAllDaemonSetsReady(wcClient *client.Client) func() error
- func CheckAllDeploymentsReady(wcClient *client.Client) func() error
- func CheckAllPodsSuccessfulPhase(wcClient *client.Client) func() error
- func CheckAllStatefulSetsReady(wcClient *client.Client) func() error
- func CheckControlPlaneNodesReady(wcClient *client.Client, expectedNodes int) func() error
- func CheckMachinePoolsReadyAndRunning(mcClient *client.Client, clusterName string, clusterNamespace string) func() error
- func CheckWorkerNodesReady(wcClient *client.Client, values *application.ClusterValues) func() error
- func Run(cfg *TestConfig)
- func RunApps()
- type TestConfig
Constants ¶
View Source
const ( DeployAppsTimeoutContextKey = "deployAppsTimeout" DefaultDeployAppsTimeout = 15 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
func CheckAllDaemonSetsReady ¶ added in v1.48.0
func CheckAllDeploymentsReady ¶ added in v1.48.0
func CheckAllPodsSuccessfulPhase ¶ added in v1.48.0
func CheckAllStatefulSetsReady ¶ added in v1.48.0
func CheckMachinePoolsReadyAndRunning ¶ added in v1.48.0
func CheckMachinePoolsReadyAndRunning(mcClient *client.Client, clusterName string, clusterNamespace string) func() error
CheckMachinePoolsReadyAndRunning checks if all MachinePool resources have Ready condition with Status True and are in Running phase.
func CheckWorkerNodesReady ¶
func CheckWorkerNodesReady(wcClient *client.Client, values *application.ClusterValues) func() error
func Run ¶
func Run(cfg *TestConfig)
Types ¶
Click to show internal directories.
Click to hide internal directories.