Documentation
¶
Overview ¶
Package deployments contains functions to control deployments
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsReady ¶ added in v1.25.3
func IsReady(deployment appsv1.Deployment) bool
IsReady checks if a Deployment is ready
func WaitForReady ¶
func WaitForReady( ctx context.Context, crudClient client.Client, deployment *appsv1.Deployment, timeoutSeconds uint, ) error
WaitForReady waits for a Deployment to be ready
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.