Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadProvisioner ¶
func LoadProvisioner(req ctrl.Request, cr *cmapi.CertificateRequest, log logr.Logger) (provisioners.Provisioner, error)
Types ¶
type CertificateRequestReconciler ¶
type CertificateRequestReconciler struct { client.Client Log logr.Logger Clock clock.Clock Recorder record.EventRecorder }
CertificateRequestReconciler reconciles a LocalCA object
func (*CertificateRequestReconciler) SetupWithManager ¶
func (r *CertificateRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
type CfsslClusterIssuerReconciler ¶
type CfsslClusterIssuerReconciler struct { client.Client Log logr.Logger Clock clock.Clock Recorder record.EventRecorder }
CfsslClusterIssuerReconciler reconciles a CfsslClusterIssuer object
func (*CfsslClusterIssuerReconciler) SetupWithManager ¶
func (r *CfsslClusterIssuerReconciler) SetupWithManager(mgr ctrl.Manager) error
type CfsslIssuerReconciler ¶
type CfsslIssuerReconciler struct { client.Client Log logr.Logger Clock clock.Clock Recorder record.EventRecorder }
CfsslIssuerReconciler reconciles a CfsslIssuer object
func (*CfsslIssuerReconciler) SetupWithManager ¶
func (r *CfsslIssuerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager registers CfsslIssuerReconciler with the given manager
Click to show internal directories.
Click to hide internal directories.