Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Logger logr.Logger APIReader client.Reader Client client.Reader Decoder admission.Decoder ConfigMapPurpose string ConfigMapDataKey string GetConfigMapNameFromShoot func(shoot *gardencore.Shoot) string SkipValidationOnShootUpdate func(shoot, oldShoot *gardencore.Shoot) bool AdmitConfig func(configRaw string, shootsReferencingConfigMap []*gardencore.Shoot) (int32, error) }
Handler validates configuration part of ConfigMaps which are referenced in Shoot resources.
Click to show internal directories.
Click to hide internal directories.