Versions in this module Expand all Collapse all v0 v0.1.4 Nov 10, 2024 Changes in this version + type WebhookServer struct + func NewWebhookServer(ctx context.Context, restConfig *rest.Config, name string, ...) *WebhookServer + func (s *WebhookServer) RegisterConverters(converters ...conversion.Converter) error + func (s *WebhookServer) RegisterMutators(mutators ...admission.Mutator) error + func (s *WebhookServer) RegisterValidators(validators ...admission.Validator) error + func (s *WebhookServer) Start() error