Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultAddOptions are the default AddOptions for AddToManager. DefaultAddOptions = AddOptions{} )
Functions ¶
func AddToManager ¶
AddToManager creates a webhook with the default options and adds it to the manager.
func AddToManagerWithOptions ¶
AddToManagerWithOptions creates a webhook with the given options and adds it to the manager.
func NewEnsurer ¶
func NewEnsurer(etcdBackup *config.ETCDBackup, imageVector imagevector.ImageVector, logger logr.Logger) genericmutator.Ensurer
NewEnsurer creates a new controlplaneexposure ensurer.
Types ¶
type AddOptions ¶
type AddOptions struct { // ETCDBackup is the etcd backup configuration. ETCDBackup config.ETCDBackup }
AddOptions are options to apply when adding the AWS backup webhook to the manager.
Click to show internal directories.
Click to hide internal directories.