Documentation
¶
Index ¶
- func WaitForDeploymentConfigReady(ctx context.Context, osCli osversioned.Interface, kubeCli kubernetes.Interface, ...) error
- func WaitForDeploymentReady(ctx context.Context, kubeCli kubernetes.Interface, namespace string, ...) error
- func WaitForPodReady(ctx context.Context, kubeCli kubernetes.Interface, namespace string, ...) error
- func WaitForStatefulSetReady(ctx context.Context, kubeCli kubernetes.Interface, namespace string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForDeploymentConfigReady ¶
func WaitForDeploymentConfigReady(ctx context.Context, osCli osversioned.Interface, kubeCli kubernetes.Interface, namespace string, name string) error
WaitForDeploymentConfigReady waits till the deployment config gets ready
func WaitForDeploymentReady ¶
func WaitForDeploymentReady(ctx context.Context, kubeCli kubernetes.Interface, namespace string, name string) error
WaitForDeploymentReady waits till the deployment gets ready
func WaitForPodReady ¶
func WaitForPodReady(ctx context.Context, kubeCli kubernetes.Interface, namespace string, name string) error
WaitForPodReady waits till the pod gets ready
func WaitForStatefulSetReady ¶
func WaitForStatefulSetReady(ctx context.Context, kubeCli kubernetes.Interface, namespace string, name string) error
WaitForStatefulSetReady waits till the statefulset gets ready
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.