# Functions
AddOrReplaceCondition adds or replaces the passed condition in the passed array of conditions.
GetCondition returns the condition with the given type, if it exists.
GetKeyLong return a unique key for a given object in the pattern of <kind>/<apiversion>/<namespace>/<name> namespace can be null.
GetKeyShort return a unique key for a given object in the pattern of <apiversion>/<namespace>/<name> namespace can be null.
GetLastCondition retruns the last condition based on the condition timestamp.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ConditionsAware represents a CRD type that has been enabled with metav1.Conditions, it can then benefit of a series of utility methods.