Documentation
¶
Index ¶
- func Match(obj k8s.Object, cfg *envconf.Config, conditionType string, ...) wait.ConditionWithContextFunc
- func MatchList(obj *unstructured.UnstructuredList, cfg *envconf.Config, conditionType string, ...) wait.ConditionWithContextFunc
- func Status(obj k8s.Object, cfg *envconf.Config, key string, value string) wait.ConditionWithContextFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Match ¶
func Match(obj k8s.Object, cfg *envconf.Config, conditionType string, conditionStatus corev1.ConditionStatus) wait.ConditionWithContextFunc
Match returns true if the conditionType of an object matches the conditionStatus. If an object is not found, the condition is not satisfied and no error is returned.
func MatchList ¶
func MatchList(obj *unstructured.UnstructuredList, cfg *envconf.Config, conditionType string, conditionStatus corev1.ConditionStatus) wait.ConditionWithContextFunc
MatchList does the same as Match but for each object of a ObjectList
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.