# 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.