# Constants
AnnotationLastUploadedHash is the annotation placed on resources to represent their last uploaded values.
AnnotationLocalGeneration is the annotation placed on remote resources to provide the synced local generation.
AnnotationNamespaceOwner is the annotation placed on namespaces to know who created them.
AnnotationPaused is the annotation used to pause the controller (on either local or remote resource).
AnnotationRemoteGeneration is the annotation placed on remote resources to provide the synced remote generation.
FinalizerRemote is the finalizer that holds remote deletion on local deletion.
# Structs
Reconciler syncs objects matching the GVK of Resource (and controlled secrets) between clusters.