Documentation
¶
Index ¶
- func AssertAnyNodeHasLabel(t testing.TestingT, options *k8s.KubectlOptions, label string)
- func AssertAnyNodeHasLabelE(t testing.TestingT, options *k8s.KubectlOptions, label string) error
- func AssertAnyNodeHasTaint(t testing.TestingT, options *k8s.KubectlOptions, taintKey string, ...)
- func AssertAnyNodeHasTaintE(t testing.TestingT, options *k8s.KubectlOptions, taintKey string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertAnyNodeHasLabel ¶
func AssertAnyNodeHasLabel(t testing.TestingT, options *k8s.KubectlOptions, label string)
AssertAnyNodeHasLabel will fail the test if no nodes are found with the given label.
func AssertAnyNodeHasLabelE ¶
AssertAnyNodeHasLabelE will return an error if no nodes are found with the given label.
func AssertAnyNodeHasTaint ¶
func AssertAnyNodeHasTaint(t testing.TestingT, options *k8s.KubectlOptions, taintKey string, taintValue string, taintEffect corev1.TaintEffect)
AssertAnyNodeHasTaint will fail the test if no nodes are found with the given taint.
func AssertAnyNodeHasTaintE ¶
func AssertAnyNodeHasTaintE(t testing.TestingT, options *k8s.KubectlOptions, taintKey string, taintValue string, taintEffect corev1.TaintEffect) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.