Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartGardenlet ¶
NewCommandStartGardenlet creates a *cobra.Command object with default parameters
Types ¶
type Gardenlet ¶
type Gardenlet struct { Config *config.GardenletConfiguration Identity *gardencorev1beta1.Gardener GardenClusterIdentity string ClientMap clientmap.ClientMap Logger *logrus.Logger Recorder record.EventRecorder LeaderElection *leaderelection.LeaderElectionConfig HealthManager healthz.Manager CertificateManager *certificate.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.