Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is the Etcd Components protection Webhook admission handler. All resources that are provisioned by druid as part of etcd cluster provisioning are protected from unintended modification or deletion by this admission handler.
func NewHandler ¶
func NewHandler(mgr manager.Manager, config druidconfigv1alpha1.EtcdComponentProtectionWebhookConfiguration) (*Handler, error)
NewHandler creates a new handler for Etcd Components Webhook.
Click to show internal directories.
Click to hide internal directories.