Documentation ¶
Index ¶
Constants ¶
View Source
const ControllerName = "kubelet-csr-approver"
ControllerName is the name of the controller.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { SourceClient client.Client TargetClient client.Client CertificatesClient certificatesclientv1.CertificateSigningRequestInterface Config config.KubeletCSRApproverControllerConfig }
Reconciler reconciles CertificateSigningRequest objects.
func (*Reconciler) AddToManager ¶ added in v1.59.0
func (r *Reconciler) AddToManager(mgr manager.Manager, sourceCluster, targetCluster cluster.Cluster) error
AddToManager adds Reconciler to the given manager.
Click to show internal directories.
Click to hide internal directories.