Documentation ¶
Index ¶
- func AddCertificateSigningRequest(ctx context.Context, config *config.Config, mgr manager.Manager) error
- func AddQuarksSecret(ctx context.Context, config *config.Config, mgr manager.Manager) error
- func AddSecretRotation(ctx context.Context, config *config.Config, mgr manager.Manager) error
- func NewCertificateSigningRequestReconciler(ctx context.Context, config *config.Config, mgr manager.Manager, ...) reconcile.Reconciler
- func NewQuarksSecretReconciler(ctx context.Context, config *config.Config, mgr manager.Manager, ...) reconcile.Reconciler
- func NewSecretRotationReconciler(ctx context.Context, config *config.Config, mgr manager.Manager) reconcile.Reconciler
- type ReconcileCertificateSigningRequest
- type ReconcileQuarksSecret
- type ReconcileSecretRotation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCertificateSigningRequest ¶
func AddCertificateSigningRequest(ctx context.Context, config *config.Config, mgr manager.Manager) error
AddCertificateSigningRequest creates a new CertificateSigningRequest controller to watch for new and changed certificate signing request. Reconciliation will approve them and create a secret.
func AddQuarksSecret ¶
AddQuarksSecret creates a new QuarksSecrets controller to watch for the custom resource and reconcile it into k8s secrets.
func AddSecretRotation ¶
AddSecretRotation resets all QuarksSecret to status' to generated=false
func NewCertificateSigningRequestReconciler ¶
func NewCertificateSigningRequestReconciler(ctx context.Context, config *config.Config, mgr manager.Manager, certClient certv1client.CertificatesV1beta1Interface, srf setReferenceFunc) reconcile.Reconciler
NewCertificateSigningRequestReconciler returns a new Reconciler
func NewQuarksSecretReconciler ¶
func NewQuarksSecretReconciler(ctx context.Context, config *config.Config, mgr manager.Manager, generator credsgen.Generator, srf setReferenceFunc) reconcile.Reconciler
NewQuarksSecretReconciler returns a new ReconcileQuarksSecret
func NewSecretRotationReconciler ¶
func NewSecretRotationReconciler(ctx context.Context, config *config.Config, mgr manager.Manager) reconcile.Reconciler
NewSecretRotationReconciler returns a new ReconcileQuarksSecret
Types ¶
type ReconcileCertificateSigningRequest ¶
type ReconcileCertificateSigningRequest struct {
// contains filtered or unexported fields
}
ReconcileCertificateSigningRequest reconciles an CertificateSigningRequest object
type ReconcileQuarksSecret ¶
type ReconcileQuarksSecret struct {
// contains filtered or unexported fields
}
ReconcileQuarksSecret reconciles an QuarksSecret object
func (*ReconcileQuarksSecret) Reconcile ¶
Reconcile reads that state of the cluster for a QuarksSecret object and makes changes based on the state read and what is in the QuarksSecret.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
type ReconcileSecretRotation ¶
type ReconcileSecretRotation struct {
// contains filtered or unexported fields
}
ReconcileSecretRotation reconciles an QuarksSecret object