Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ShootMutatorName is the shoots mutator webhook name. ShootMutatorName = "shoots.mutator" // MutatorPath is the mutator webhook path. MutatorPath = "/webhooks/mutate" )
Variables ¶
This section is empty.
Functions ¶
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.
func NewShootsWebhook ¶
func NewShootsWebhook(mgr manager.Manager) (*extensionswebhook.Webhook, error)
NewShootsWebhook creates a new mutation webhook for shoots.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.