Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeploymentReadyChecker ¶
func NewDeploymentReadyChecker(clientset kubernetes.Interface, namespace string) *deploymentReadyChecker
NewDeploymentReadyChecker creates a new instance of a health checker capable of checking whether a deployment has a currently ready pod.
Types ¶
type WaitOptions ¶
type WaitOptions struct { // Timeout defines the interval of time needed to terminate the waiting. Timeout time.Duration // TickRate defines the interval at which the wait function periodically checks for new updates. TickRate time.Duration }
WaitOptions defines options for the waiting functions.
Click to show internal directories.
Click to hide internal directories.