Documentation
¶
Index ¶
- Variables
- func AddToManager(mgr manager.Manager) (*extensionswebhook.Webhook, error)
- func AddToManagerWithOptions(mgr manager.Manager, opts AddOptions) (*extensionswebhook.Webhook, error)
- func NewEnsurer(regCaches []config.RegistryCacheConfiguration, logger logr.Logger) genericmutator.Ensurer
- type AddOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultAddOptions = AddOptions{}
View Source
var ImageVector = imagevector.ImageVector()
ImageVector is exposed for testing.
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)
AddToManager creates a webhook and adds it to the manager.
func NewEnsurer ¶
func NewEnsurer(regCaches []config.RegistryCacheConfiguration, logger logr.Logger) genericmutator.Ensurer
NewEnsurer creates a new controlplane ensurer.
Types ¶
type AddOptions ¶
type AddOptions struct {
RegistryCaches []config.RegistryCacheConfiguration
}
Click to show internal directories.
Click to hide internal directories.