Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is a name for a validation webhook.
Name = "mutator"
)
Variables ¶
View Source
var ( // EnableOverlayAsDefaultForCalico enables the overlay network for all new calico shoot clusters on openstack EnableOverlayAsDefaultForCalico bool // EnableOverlayAsDefaultForCilium enables the overlay network for all new cilium shoot clusters on openstack EnableOverlayAsDefaultForCilium bool )
Functions ¶
func New ¶
func New(mgr manager.Manager) (*extensionswebhook.Webhook, error)
New creates a new webhook that mutates Shoot and NamespacedCloudProfile resources.
func NewNamespacedCloudProfileMutator ¶ added in v1.44.0
func NewNamespacedCloudProfileMutator(mgr manager.Manager) extensionswebhook.Mutator
NewNamespacedCloudProfileMutator returns a new instance of a NamespacedCloudProfile mutator.
func NewShootMutator ¶
func NewShootMutator(mgr manager.Manager) extensionswebhook.Mutator
NewShootMutator returns a new instance of a shoot mutator.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.