Documentation ¶
Index ¶
- func Cassandra(t *testing.T)
- func DaemonSet(t *testing.T)
- func Sidecar(t *testing.T)
- func WaitForDaemonSet(t *testing.T, kubeclient kubernetes.Interface, namespace, name string, ...) error
- func WaitForIngress(t *testing.T, kubeclient kubernetes.Interface, namespace, name string, ...) error
- func WaitForJob(t *testing.T, kubeclient kubernetes.Interface, namespace, name string, ...) error
- func WaitForStatefulset(t *testing.T, kubeclient kubernetes.Interface, namespace, name string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForDaemonSet ¶ added in v1.8.0
func WaitForDaemonSet(t *testing.T, kubeclient kubernetes.Interface, namespace, name string, retryInterval, timeout time.Duration) error
WaitForDaemonSet checks to see if a given daemonset has the desired number of instances available after a specified amount of time See #WaitForDeployment for the full semantics
func WaitForIngress ¶ added in v1.8.0
func WaitForIngress(t *testing.T, kubeclient kubernetes.Interface, namespace, name string, retryInterval, timeout time.Duration) error
WaitForIngress checks to see if a given ingress' load balancer is ready after a specified amount of time See #WaitForDeployment for the full semantics
func WaitForJob ¶ added in v1.8.0
func WaitForJob(t *testing.T, kubeclient kubernetes.Interface, namespace, name string, retryInterval, timeout time.Duration) error
WaitForJob checks to see if a given job has completed successfuly See #WaitForDeployment for the full semantics
func WaitForStatefulset ¶
func WaitForStatefulset(t *testing.T, kubeclient kubernetes.Interface, namespace, name string, retryInterval, timeout time.Duration) error
WaitForStatefulset checks to see if a given statefulset has the desired number of replicas available after a specified amount of time See #WaitForDeployment for the full semantics
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.