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 and adds it to the manager.
func AddToManagerWithOptions ¶ added in v0.15.1
func AddToManagerWithOptions(mgr manager.Manager, opts AddOptions) (*extensionswebhook.Webhook, error)
func NewEnsurer ¶
func NewEnsurer(mgr manager.Manager, logger logr.Logger, controllerConfig config.ControllerConfiguration) genericmutator.Ensurer
NewEnsurer creates a new controlplane ensurer.
Types ¶
type AddOptions ¶ added in v0.15.1
type AddOptions struct { // Controller are the controller.Options. ControllerConfig config.ControllerConfiguration }
AddOptions are options to apply when adding the metal infrastructure controller to the manager.
Click to show internal directories.
Click to hide internal directories.