Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartGardenerControllerManager ¶
NewCommandStartGardenerControllerManager creates a *cobra.Command object with default parameters
Types ¶
type Gardener ¶
type Gardener struct { Config *config.ControllerManagerConfiguration ClientMap clientmap.ClientMap Logger *logrus.Logger Recorder record.EventRecorder LeaderElection *leaderelection.LeaderElectionConfig }
Gardener represents all the parameters required to start the Gardener controller manager.
func NewGardener ¶
func NewGardener(ctx context.Context, cfg *config.ControllerManagerConfiguration) (*Gardener, error)
NewGardener is the main entry point of instantiating a new Gardener controller manager.
Click to show internal directories.
Click to hide internal directories.