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(k8sGardenClient kubernetes.Client, gardenInformerFactory gardeninformers.SharedInformerFactory, kubeInformerFactory kubeinformers.SharedInformerFactory, config *componentconfig.ControllerManagerConfiguration, identity *gardenv1beta1.Gardener, gardenNamespace string, recorder record.EventRecorder) *GardenControllerFactory
NewGardenControllerFactory creates a new factory for controllers for the Garden API group.
func (*GardenControllerFactory) Run ¶
func (f *GardenControllerFactory) Run(stopCh <-chan struct{})
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.