Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GardenControllerFactory ¶
type GardenControllerFactory struct {
// contains filtered or unexported fields
}
GardenControllerFactory contains information relevant to controllers for the Garden API group.
func NewGardenControllerFactory ¶
func NewGardenControllerFactory(clientMap clientmap.ClientMap, gardenCoreInformerFactory gardencoreinformers.SharedInformerFactory, kubeInformerFactory kubeinformers.SharedInformerFactory, cfg *config.ControllerManagerConfiguration, recorder record.EventRecorder) *GardenControllerFactory
NewGardenControllerFactory creates a new factory for controllers for the Garden API group.
func (*GardenControllerFactory) Run ¶
func (f *GardenControllerFactory) Run(ctx context.Context)
Run starts all the controllers for the Garden API group. It also performs bootstrapping tasks.
Click to show internal directories.
Click to hide internal directories.