# Functions
NewGitOpsClusterReconciler creates and returns a configured reconciler ready for use.
# Constants
CAPIClusterNameIndexKey is the key used for indexing CAPI cluster resources based on their name.
GitOpsClusterFinalizer is the finalizer key used to detect when we need to finalize a GitOps cluster.
GitOpsClusterProvisionedAnnotation if applied to a GitOpsCluster indicates that it should have a ready Provisioned condition.
MissingSecretRequeueTime is the period after which a secret will be checked if it doesn't exist.
SecretNameIndexKey is the key used for indexing secret resources based on their name.
# Structs
GitOpsClusterReconciler reconciles a GitOpsCluster object.
No description provided by the author