Documentation ¶
Index ¶
- func MatchAnnotations(expectedNew map[string]k8sAnnotations, oldNodes []corev1.Node, ...) gomegatypes.GomegaMatcher
- func MatchCapacity(expectedNew map[string]corev1.ResourceList, oldNodes []corev1.Node, ...) gomegatypes.GomegaMatcher
- func MatchLabels(expectedNew map[string]k8sLabels, oldNodes []corev1.Node, ...) gomegatypes.GomegaMatcher
- func MatchTaints(expectedNew map[string][]corev1.Taint, oldNodes []corev1.Node, ...) gomegatypes.GomegaMatcher
- func SIGDescribe(text string, body func()) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchAnnotations ¶ added in v0.14.0
func MatchAnnotations(expectedNew map[string]k8sAnnotations, oldNodes []corev1.Node, ignoreUnexpected bool) gomegatypes.GomegaMatcher
MatchAnnotations returns a specialized Gomega matcher for checking if a list of nodes are annotated as expected.
func MatchCapacity ¶ added in v0.14.0
func MatchCapacity(expectedNew map[string]corev1.ResourceList, oldNodes []corev1.Node, ignoreUnexpected bool) gomegatypes.GomegaMatcher
MatchCapacity returns a specialized Gomega matcher for checking if a list of nodes have resource capacity as expected.
func MatchLabels ¶ added in v0.14.0
func MatchLabels(expectedNew map[string]k8sLabels, oldNodes []corev1.Node, ignoreUnexpected bool) gomegatypes.GomegaMatcher
MatchLabels returns a specialized Gomega matcher for checking if a list of nodes are labeled as expected.
func MatchTaints ¶ added in v0.14.0
func MatchTaints(expectedNew map[string][]corev1.Taint, oldNodes []corev1.Node, ignoreUnexpected bool) gomegatypes.GomegaMatcher
MatchTaints returns a specialized Gomega matcher for checking if a list of nodes are tainted as expected.
func SIGDescribe ¶ added in v0.9.0
SIGDescribe annotates the test with the SIG label.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.