Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultAddOptions are the default AddOptions for AddToManager. DefaultAddOptions = AddOptions{} )
Functions ¶
func AddToManager ¶
func AddToManager(mgr manager.Manager) (*extensionswebhook.Webhook, error)
AddToManager creates a webhook with the default options and adds it to the manager.
func AddToManagerWithOptions ¶
func AddToManagerWithOptions(mgr manager.Manager, opts AddOptions) (*extensionswebhook.Webhook, error)
AddToManagerWithOptions creates a webhook with the given options and adds it to the manager.
func NewMutator ¶
func NewMutator(service *config.Service) extensionswebhook.Mutator
NewMutator creates a new Mutator that mutates resources in the shoot cluster.
Types ¶
type AddOptions ¶
AddOptions are options to apply when adding the Alicloud shoot webhook to the manager.
Click to show internal directories.
Click to hide internal directories.