# Functions
SetCondition creates a new condition with the given conditionType, status and reason.
SetConditionWithMessage creates a new condition with the given conditionType, status, reason and message.
# Type aliases
ConditionReason is a string representing a Kubernetes condition reason.
ConditionType is a string representing a Kubernetes condition type.