Documentation ¶
Index ¶
- type LumigoDefaulterWebhookHandler
- func (h *LumigoDefaulterWebhookHandler) Handle(ctx context.Context, request admission.Request) admission.Response
- func (h *LumigoDefaulterWebhookHandler) InjectClient(c client.Client) error
- func (h *LumigoDefaulterWebhookHandler) InjectDecoder(d *admission.Decoder) error
- func (h *LumigoDefaulterWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LumigoDefaulterWebhookHandler ¶
type LumigoDefaulterWebhookHandler struct { LumigoOperatorVersion string Log logr.Logger // contains filtered or unexported fields }
func (*LumigoDefaulterWebhookHandler) InjectClient ¶
func (h *LumigoDefaulterWebhookHandler) InjectClient(c client.Client) error
The client is automatically injected by the Webhook machinery
func (*LumigoDefaulterWebhookHandler) InjectDecoder ¶
func (h *LumigoDefaulterWebhookHandler) InjectDecoder(d *admission.Decoder) error
The decoder is automatically injected by the Webhook machinery
func (*LumigoDefaulterWebhookHandler) SetupWebhookWithManager ¶
func (h *LumigoDefaulterWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.