Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExtensionCheckReconciler ¶ added in v1.30.0
func NewExtensionCheckReconciler(clientMap clientmap.ClientMap, l logrus.FieldLogger, nowFunc func() metav1.Time) reconcile.Reconciler
NewExtensionCheckReconciler creates a new reconciler that maintains the ExtensionsReady condition of Seeds according to the observed changes to ControllerInstallations.
func NewLeaseReconciler ¶ added in v1.30.0
func NewLeaseReconciler(clientMap clientmap.ClientMap, l logrus.FieldLogger, healthManager healthz.Manager, nowFunc func() metav1.Time, config *config.GardenletConfiguration) reconcile.Reconciler
NewLeaseReconciler creates a new reconciler that periodically renews the gardenlet's lease.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller controls Seeds.
func NewSeedController ¶
func NewSeedController( ctx context.Context, clientMap clientmap.ClientMap, healthManager healthz.Manager, imageVector imagevector.ImageVector, componentImageVectors imagevector.ComponentImageVectors, identity *gardencorev1beta1.Gardener, clientCertificateExpirationTimestamp *metav1.Time, config *config.GardenletConfiguration, recorder record.EventRecorder, ) (*Controller, error)
NewSeedController takes a Kubernetes client for the Garden clusters <k8sGardenClient>, a struct holding information about the acting Gardener, a <seedInformer>, and a <recorder> for event recording. It creates a new Gardener controller.
Click to show internal directories.
Click to hide internal directories.