Documentation
¶
Index ¶
Constants ¶
View Source
const ControllerName = "shoot-ca"
ControllerName is the name of the shoot CA controller.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { Client client.Client ResyncPeriod time.Duration Store store.Writer[certificate.Data] // contains filtered or unexported fields }
Reconciler reconciles configmap objects that contain shoot CA.
func (*Reconciler) Reconcile ¶
Reconcile retrieves the CA bundle info from a configmap and stores into cache.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager specifies how the controller is built to watch configmaps that contain shoot CA bundle.
Click to show internal directories.
Click to hide internal directories.