# Functions
Add creates a new clustersync Controller and adds it to the Manager with default RBAC.
AddToManager adds a new Controller to mgr with r as the reconcile.Reconciler.
NewReconciler returns a new ReconcileClusterSync.
# Constants
No description provided by the author
# Structs
ReconcileClusterSync reconciles a ClusterDeployment object to apply its SyncSets and SelectorSyncSets.
# Interfaces
CommonSyncSet is an interface for interacting with SyncSets and SelectorSyncSets in a generic way.
# Type aliases
SelectorSyncSetAsCommon is a SelectorSyncSet typed as a CommonSyncSet.
SyncSetAsCommon is a SyncSet typed as a CommonSyncSet.