# 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