package
0.0.0-20231211184606-92ba5c80e3fb
Repository: https://github.com/coderanger/controller-utils.git
Documentation: pkg.go.dev

# Functions

FindStatusCondition finds the conditionType in conditions.
IsStatusConditionFalse returns true when the conditionType is present and set to `ConditionFalse`.
IsStatusConditionPresentAndEqual returns true when conditionType is present and equal to status.
IsStatusConditionTrue returns true when the conditionType is present and set to `ConditionTrue`.
RemoveStatusCondition removes the corresponding conditionType from conditions.
SetStatusCondition sets the corresponding condition in conditions to newCondition.

# Structs

Condition contains details for one aspect of the current state of this API Resource.