Versions in this module Expand all Collapse all v1 v1.23.0 Oct 27, 2025 Changes in this version + func ClearCondition(rs *v1beta1.RootSync, condType v1beta1.RootSyncConditionType) + func ConditionHasNoErrors(cond v1beta1.RootSyncCondition) bool + func Errors(rs *v1beta1.RootSync, errorSources []v1beta1.ErrorSource) []v1beta1.ConfigSyncError + func GetCondition(conditions []v1beta1.RootSyncCondition, condType v1beta1.RootSyncConditionType) *v1beta1.RootSyncCondition + func GetHelmBase(helm *v1beta1.HelmRootSync) *v1beta1.HelmBase + func IsReconciling(rs *v1beta1.RootSync) bool + func IsStalled(rs *v1beta1.RootSync) bool + func ObjectKey(name string) client.ObjectKey + func ReconcilingMessage(rs *v1beta1.RootSync) string + func RemoveCondition(rs *v1beta1.RootSync, condType v1beta1.RootSyncConditionType) (updated bool) + func SetReconcilerFinalizerFailure(rs *v1beta1.RootSync, errs status.MultiError) (updated bool) + func SetReconcilerFinalizing(rs *v1beta1.RootSync, reason, message string) (updated bool) + func SetReconciling(rs *v1beta1.RootSync, reason, message string) (updated, transitioned bool) + func SetStalled(rs *v1beta1.RootSync, reason string, err error) (updated, transitioned bool) + func SetSyncing(rs *v1beta1.RootSync, status bool, reason, message, commit string, ...) (updated, transitioned bool) + func StalledMessage(rs *v1beta1.RootSync) string v1.23.0-rc.1 Oct 27, 2025