Documentation ¶
Index ¶
- func CheckCondition(s *duckv1b1.Status, c apis.ConditionType, cs corev1.ConditionStatus) error
- func CheckConditionFailed(s *duckv1b1.Status, c apis.ConditionType, t *testing.T)
- func CheckConditionOngoing(s *duckv1b1.Status, c apis.ConditionType, t *testing.T)
- func CheckConditionSucceeded(s *duckv1b1.Status, c apis.ConditionType, t *testing.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckCondition ¶
func CheckCondition(s *duckv1b1.Status, c apis.ConditionType, cs corev1.ConditionStatus) error
CheckCondition checks if condition `c` on `cc` has value `cs`. DEPRECATED: Use versioned test helper
func CheckConditionFailed ¶
CheckConditionFailed checks if the condition is in state `False`. DEPRECATED: Use versioned test helper
func CheckConditionOngoing ¶
CheckConditionOngoing checks if the condition is in state `Unknown`. DEPRECATED: Use versioned test helper
func CheckConditionSucceeded ¶
CheckConditionSucceeded checks if the condition is in state `True`. DEPRECATED: Use versioned test helper
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.