Documentation
¶
Index ¶
- func CheckAllDaemonSetsReady(ctx context.Context, wcClient *client.Client) func() error
- func CheckAllDeploymentsReady(ctx context.Context, wcClient *client.Client) func() error
- func CheckAllJobsSucceeded(ctx context.Context, wcClient *client.Client) func() error
- func CheckAllPodsSuccessfulPhase(ctx context.Context, wcClient *client.Client) func() error
- func CheckAllStatefulSetsReady(ctx context.Context, wcClient *client.Client) func() error
- func CheckControlPlaneNodesReady(ctx context.Context, wcClient *client.Client, expectedNodes int) func() error
- func CheckMachinePoolsReadyAndRunning(ctx context.Context, mcClient *client.Client, clusterName string, ...) func() error
- func CheckWorkerNodesReady(ctx context.Context, wcClient *client.Client, ...) func() error
- func Run(cfg *TestConfig)
- func RunApps()
- type TestConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAllDaemonSetsReady ¶ added in v1.48.0
func CheckAllDeploymentsReady ¶ added in v1.48.0
func CheckAllJobsSucceeded ¶ added in v1.53.0
func CheckAllPodsSuccessfulPhase ¶ added in v1.48.0
func CheckAllStatefulSetsReady ¶ added in v1.48.0
func CheckMachinePoolsReadyAndRunning ¶ added in v1.48.0
func CheckMachinePoolsReadyAndRunning(ctx context.Context, 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(ctx context.Context, 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.