Documentation ¶
Index ¶
- func AddCertificateSigningRequest(ctx context.Context, config *config.Config, mgr manager.Manager) error
- func AddExtendedSecret(ctx context.Context, config *config.Config, mgr manager.Manager) error
- func NewCertificateSigningRequestReconciler(ctx context.Context, config *config.Config, mgr manager.Manager, ...) reconcile.Reconciler
- func NewExtendedSecretReconciler(ctx context.Context, config *config.Config, mgr manager.Manager, ...) reconcile.Reconciler
- type ReconcileCertificateSigningRequest
- type ReconcileExtendedSecret
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCertificateSigningRequest ¶ added in v0.4.0
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 AddExtendedSecret ¶ added in v0.4.0
AddExtendedSecret creates a new ExtendedSecrets controller to watch for the custom resource and reconcile it into k8s secrets.
func NewCertificateSigningRequestReconciler ¶ added in v0.4.0
func NewCertificateSigningRequestReconciler(ctx context.Context, config *config.Config, mgr manager.Manager, certClient certv1client.CertificatesV1beta1Interface, srf setReferenceFunc) reconcile.Reconciler
NewCertificateSigningRequestReconciler returns a new Reconciler
Types ¶
type ReconcileCertificateSigningRequest ¶ added in v0.4.0
type ReconcileCertificateSigningRequest struct {
// contains filtered or unexported fields
}
ReconcileCertificateSigningRequest reconciles an CertificateSigningRequest object
type ReconcileExtendedSecret ¶
type ReconcileExtendedSecret struct {
// contains filtered or unexported fields
}
ReconcileExtendedSecret reconciles an ExtendedSecret object
func (*ReconcileExtendedSecret) Reconcile ¶
Reconcile reads that state of the cluster for a ExtendedSecret object and makes changes based on the state read and what is in the ExtendedSecret.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.