package
0.0.0-20250228164547-bad2d1bf3a37
Repository: https://github.com/openshift/library-go.git
Documentation: pkg.go.dev
# Functions
FindStatusCondition finds the conditionType in conditions.
GetStatusDiff returns a string representing change in condition status in human readable form.
IsStatusConditionFalse returns true when the conditionType is present and set to `configv1.ConditionFalse`.
IsStatusConditionNotIn returns true when the conditionType does not match the status.
IsStatusConditionPresentAndEqual returns true when conditionType is present and equal to status.
IsStatusConditionTrue returns true when the conditionType is present and set to `configv1.ConditionTrue`.
RemoveStatusCondition removes the corresponding conditionType from conditions.
SetStatusCondition sets the corresponding condition in conditions to newCondition.