Documentation ¶
Index ¶
Constants ¶
View Source
const ControllerName = "seed"
ControllerName is the name of this controller.
Variables ¶
View Source
var WaitUntilLoadBalancerIsReady = kubernetesutils.WaitUntilLoadBalancerIsReady
WaitUntilLoadBalancerIsReady is an alias for kubernetesutils.WaitUntilLoadBalancerIsReady. Exposed for tests.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { GardenClient client.Client SeedClientSet kubernetes.Interface SeedVersion *semver.Version Config config.GardenletConfiguration Clock clock.Clock Recorder record.EventRecorder Identity *gardencorev1beta1.Gardener ComponentImageVectors imagevector.ComponentImageVectors ClientCertificateExpirationTimestamp *metav1.Time GardenNamespace string }
Reconciler reconciles Seed resources and provisions or de-provisions the seed system components.
func (*Reconciler) AddToManager ¶
AddToManager adds Reconciler to the given manager.
Click to show internal directories.
Click to hide internal directories.