Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateRequestReconciler ¶
type CertificateRequestReconciler struct {
client.Client
Log logr.Logger
Recorder record.EventRecorder
}
CertificateRequestReconciler reconciles a StepIssuer object.
func (*CertificateRequestReconciler) Reconcile ¶
Reconcile will read and validate a StepIssuer resource associated to the CertificateRequest resource, and it will sign the CertificateRequest with the provisioner in the StepIssuer.
func (*CertificateRequestReconciler) SetupWithManager ¶
func (r *CertificateRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager initializes the CertificateRequest controller into the controller runtime.
type StepIssuerReconciler ¶
type StepIssuerReconciler struct {
client.Client
Log logr.Logger
Clock clock.Clock
Recorder record.EventRecorder
}
StepIssuerReconciler reconciles a StepIssuer object
func (*StepIssuerReconciler) Reconcile ¶
Reconcile will read and validate the StepIssuer resources, it will set the status condition ready to true if everything is right.
func (*StepIssuerReconciler) SetupWithManager ¶
func (r *StepIssuerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager initializes the StepIssuer controller into the controller runtime.
Click to show internal directories.
Click to hide internal directories.