Documentation ¶
Index ¶
- func BackOffToDuration(backoff wait.Backoff) time.Duration
- func IsDeploymentReady(ctx context.Context, cli client.Client, ns, name string) (bool, error)
- func IsStatefulSetReady(ctx context.Context, cli client.Client, ns, name string) (bool, error)
- func WaitForDeployment(ctx context.Context, cli client.Client, ns, name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackOffToDuration ¶
BackOffToDuration returns the maximum duration of the provided backoff.
func IsDeploymentReady ¶
IsDeploymentReady returns true if the deployment is ready.
func IsStatefulSetReady ¶
IsStatefulSetReady returns true if the statefulset is ready.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.