Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gardenlet ¶
type Gardenlet struct { Config *config.GardenletConfiguration Identity *gardencorev1beta1.Gardener GardenNamespace string GardenClusterIdentity string ClientMap clientmap.ClientMap K8sGardenCoreInformers gardencoreinformers.SharedInformerFactory KubeInformerFactory informers.SharedInformerFactory Logger *logrus.Logger Recorder record.EventRecorder LeaderElection *leaderelection.LeaderElectionConfig HealthManager healthz.Manager }
Gardenlet represents all the parameters required to start the Gardenlet.
func NewGardenlet ¶
NewGardenlet is the main entry point of instantiating a new Gardenlet.
Click to show internal directories.
Click to hide internal directories.