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
Scheme *runtime.Scheme
SignerBuilder signer.CommandSignerBuilder
ClusterResourceNamespace string
Clock clock.Clock
CheckApprovedCondition bool
}
func (*CertificateRequestReconciler) SetupWithManager ¶
func (r *CertificateRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
type IssuerReconciler ¶
type IssuerReconciler struct {
client.Client
Kind string
ClusterResourceNamespace string
Scheme *runtime.Scheme
HealthCheckerBuilder signer.HealthCheckerBuilder
}
IssuerReconciler reconciles a Issuer object
func (*IssuerReconciler) SetupWithManager ¶
func (r *IssuerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.