Documentation
¶
Index ¶
- Constants
- func New(mgr manager.Manager) (*extensionswebhook.Webhook, error)
- func NewNamespacedCloudProfileMutator(mgr manager.Manager) extensionswebhook.Mutator
- func NewShootMutator(mgr manager.Manager) extensionswebhook.Mutator
- func NewShootMutatorWithDeps(mgr manager.Manager, alicloudclientFactory alicloudclient.ClientFactory) extensionswebhook.Mutator
Constants ¶
View Source
const (
// MutatorPath is the mutator webhook path.
MutatorPath = "/webhooks/mutate"
)
View Source
const (
// Name is the name of the mutator webhook.
Name = "shoots.mutator"
)
Variables ¶
This section is empty.
Functions ¶
func New ¶ added in v1.59.0
func New(mgr manager.Manager) (*extensionswebhook.Webhook, error)
New creates a new webhook that mutates Shoot and NamespacedCloudProfile resources.
func NewNamespacedCloudProfileMutator ¶ added in v1.59.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.
func NewShootMutatorWithDeps ¶ added in v1.32.0
func NewShootMutatorWithDeps(mgr manager.Manager, alicloudclientFactory alicloudclient.ClientFactory) extensionswebhook.Mutator
NewShootMutatorWithDeps with parameter returns a new instance of a shoot mutator.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.