Documentation ¶
Index ¶
- func WaitUntilAllDeploymentsReady(apiClient *clients.Settings, nsname string, timeout time.Duration) (bool, error)
- func WaitUntilAllPodsReady(apiClient *clients.Settings, nsname string, timeout time.Duration) (bool, error)
- func WaitUntilAllStatefulSetsReady(apiClient *clients.Settings, nsname string, timeout time.Duration) (bool, error)
- func WaitUntilNodeIsUnreachable(hostname string, timeout time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitUntilAllDeploymentsReady ¶
func WaitUntilAllDeploymentsReady(apiClient *clients.Settings, nsname string, timeout time.Duration) (bool, error)
WaitUntilAllDeploymentsReady waits for the duration of the defined timeout or until all deployments in the namespace reach the Ready condition.
func WaitUntilAllPodsReady ¶
func WaitUntilAllPodsReady(apiClient *clients.Settings, nsname string, timeout time.Duration) (bool, error)
WaitUntilAllPodsReady waits for the duration of the defined timeout or until all deployments in the namespace reach the Ready condition.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.