Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Finder ¶
Finder contains listers and and admission handler.
func (*Finder) Admit ¶
func (h *Finder) Admit(a admission.Attributes) error
Admit ensures that the object in-flight is of kind Shoot. In addition it tries to find an adequate Seed cluster for the given cloud provider profile and region, and writes the name into the Shoot specification.
func (*Finder) SetInternalGardenInformerFactory ¶
func (h *Finder) SetInternalGardenInformerFactory(f gardeninformers.SharedInformerFactory)
SetInternalGardenInformerFactory gets Lister from SharedInformerFactory.
func (*Finder) SetKubeInformerFactory ¶
func (h *Finder) SetKubeInformerFactory(f kubeinformers.SharedInformerFactory)
SetKubeInformerFactory gets Lister from SharedInformerFactory.
func (*Finder) ValidateInitialization ¶
ValidateInitialization checks whether the plugin was correctly initialized.
Click to show internal directories.
Click to hide internal directories.