# Functions

AddCertificateSigningRequest creates a new CertificateSigningRequest controller to watch for new and changed certificate signing request.
AddCopy creates a new QuarksSecrets controller to watch for the user defined secrets.
AddQuarksSecret creates a new QuarksSecrets controller to watch for the custom resource and reconcile it into k8s secrets.
AddQuarksSecretSecretMeta creates a new QuarksSecrets controller to watch for the custom resource changes for `SecretLabels` and `SecretAnnotations`.
AddSecretRotation resets all QuarksSecret to status' to generated=false.
GetSourceSecret fetches the secret generated by QuarkSecret.
NewCertificateSigningRequestReconciler returns a new Reconciler.
NewCopyReconciler returns a new ReconcileCopy.
NewQuarksSecretReconciler returns a new ReconcileQuarksSecret.
NewQuarksSecretSecretMetaReconciler returns a new ReconcileQuarksSecretSecretMeta.
NewSecretRotationReconciler returns a new ReconcileQuarksSecret.

# Constants

HelmTemplate is the constant used to identify the helm based templating.

# Structs

ReconcileCertificateSigningRequest reconciles an CertificateSigningRequest object.
ReconcileCopy reconciles an QuarksSecret object.
ReconcileQuarksSecret reconciles an QuarksSecret object.
ReconcileQuarksSecretSecretMeta reconciles an QuarksSecret object.
ReconcileSecretRotation reconciles an QuarksSecret object.

# Interfaces

TemplateEngine renders TemplatedConfigs, which are stored in secret.data.