Documentation ¶ Index ¶ Variables func AddToManager(m manager.Manager, whiteListedUsers []string, isFleetV1Beta1API bool) error type Config func NewWebhookConfig(mgr manager.Manager, webhookServiceName string, port int, ...) (*Config, error) func (w *Config) Start(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ View Source var AddToManagerFleetResourceValidator func(manager.Manager, []string, bool) error View Source var AddToManagerFuncs []func(manager.Manager) error Functions ¶ func AddToManager ¶ func AddToManager(m manager.Manager, whiteListedUsers []string, isFleetV1Beta1API bool) error AddToManager adds all Controllers to the Manager Types ¶ type Config ¶ added in v0.6.2 type Config struct { // contains filtered or unexported fields } func NewWebhookConfig ¶ added in v0.6.2 func NewWebhookConfig(mgr manager.Manager, webhookServiceName string, port int, clientConnectionType *options.WebhookClientConnectionType, certDir string, enableGuardRail bool) (*Config, error) func (*Config) Start ¶ added in v0.6.2 func (w *Config) Start(ctx context.Context) error Source Files ¶ View all Source files add_handler.go webhook.go Directories ¶ Show internal Expand all Path Synopsis clusterresourceplacement fleetresourcehandler pod replicaset validation Click to show internal directories. Click to hide internal directories.