Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCSRReconciler ¶ added in v1.19.0
func NewCSRReconciler(l logrus.FieldLogger, gardenClient kubernetes.Interface, certificatesAPIVersion string) reconcile.Reconciler
NewCSRReconciler creates a new instance of a reconciler which reconciles CSRs.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller controls CertificateSigningRequests.
func NewCSRController ¶
func NewCSRController( ctx context.Context, clientMap clientmap.ClientMap, ) ( *Controller, error, )
NewCSRController takes a Kubernetes client for the Garden clusters <k8sGardenClient>, a struct holding information about the acting Gardener, a <kubeInformerFactory>, and a <recorder> for event recording. It creates a new CSR controller.
Click to show internal directories.
Click to hide internal directories.