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 NFDDescribe(args ...interface{}) 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) 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) 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) 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) gomegatypes.GomegaMatcher
MatchTaints returns a specialized Gomega matcher for checking if a list of nodes are tainted as expected.
func NFDDescribe ¶ added in v0.15.0
func NFDDescribe(args ...interface{}) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.