Documentation ¶
Index ¶
- func ExpectAllHaveLabel(objList interface{}, key string)
- func ExpectHaveAnnotation(obj client.Object, key string)
- func ExpectHaveAnnotationWithValue(obj client.Object, key string, value string)
- func ExpectHaveFinalizer(obj client.Object, finalizer string)
- func ExpectHaveLabel(obj client.Object, key string)
- func ExpectHaveLabelWithValue(obj client.Object, key string, value string)
- func ExpectNoFinalizers(obj client.Object)
- func ExpectNotHaveAnnotation(obj client.Object, key string)
- func ExpectNotHaveLabel(obj client.Object, key string)
- func ExpectToBeHostNetworkEqualTo(pod *corev1.Pod, hostNetwork bool)
- func ExpectToBeScheduled(pod *corev1.Pod)
- func ExpectToHaveContainer(pod *corev1.Pod, container string)
- func ExpectToHaveResources(pod *corev1.Pod, container string, resources corev1.ResourceRequirements)
- func WaitForConfigMapsWithLabelsToDisappear(c client.Client, ns string, labels map[string]string, timeout time.Duration) error
- func WaitForDeploymentsWithLabelsToDisappear(c client.Client, ns string, labels map[string]string, timeout time.Duration) error
- func WaitForJobsWithLabelsToDisappear(c client.Client, ns string, labels map[string]string, timeout time.Duration) error
- func WaitForPodNotFoundInNamespace(c client.Client, podName string, ns string, timeout time.Duration) error
- func WaitForPodsWithLabelsToDisappear(c client.Client, ns string, labels map[string]string, timeout time.Duration) error
- func WaitForSecretsWithLabelsToDisappear(c client.Client, ns string, labels map[string]string, timeout time.Duration) error
- func WaitForServicesWithLabelsToDisappear(c client.Client, ns string, labels map[string]string, timeout time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpectAllHaveLabel ¶
func ExpectAllHaveLabel(objList interface{}, key string)
func ExpectHaveAnnotation ¶
func ExpectHaveFinalizer ¶
func ExpectHaveLabel ¶
func ExpectNoFinalizers ¶
func ExpectNotHaveAnnotation ¶
func ExpectNotHaveLabel ¶
func ExpectToBeScheduled ¶
func ExpectToHaveContainer ¶
func ExpectToHaveResources ¶
func ExpectToHaveResources(pod *corev1.Pod, container string, resources corev1.ResourceRequirements)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.