# Functions
ClearCondition sets the specified condition to False if it is currently defined as True.
ConditionHasNoErrors returns true when `cond` has no errors, and returns false when `cond` has errors.
Errors returns the errors referred by `errorSources`.
GetCondition returns the condition with the provided type.
GetHelmBase returns the spec.helm.helmBase when spec.helm is not nil.
IsReconciling returns true if the given RootSync has a True Reconciling condition.
IsStalled returns true if the given RootSync has a True Stalled condition.
ObjectKey returns a key appropriate for fetching a RootSync.
ReconcilingMessage returns the message from a True Reconciling condition or an empty string if no True Reconciling condition was found.
RemoveCondition removes the RootSync condition with the provided type.
SetReconcilerFinalizerFailure sets the ReconcilerFinalizerFailure condition.
SetReconcilerFinalizing sets the ReconcilerFinalizing condition to True.
SetReconciling sets the Reconciling condition to True.
SetStalled sets the Stalled condition to True.
SetSyncing sets the Syncing condition.
StalledMessage returns the message from a True Stalled condition or an empty string if no True Stalled condition was found.