Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultImageVector = "images.yaml"
DefaultImageVector is a constant for the path to the default image vector file.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GardenletControllerFactory ¶
type GardenletControllerFactory struct {
// contains filtered or unexported fields
}
GardenletControllerFactory contains information relevant to controllers for the Garden API group.
func NewGardenletControllerFactory ¶
func NewGardenletControllerFactory( clientMap clientmap.ClientMap, gardenCoreInformerFactory gardencoreinformers.SharedInformerFactory, kubeInformerFactory kubeinformers.SharedInformerFactory, cfg *config.GardenletConfiguration, identity *gardencorev1beta1.Gardener, gardenClusterIdentity, gardenNamespace string, recorder record.EventRecorder, healthManager healthz.Manager, ) *GardenletControllerFactory
NewGardenletControllerFactory creates a new factory for controllers for the Garden API group.
Click to show internal directories.
Click to hide internal directories.