Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Builders contain admission webhook builders Builders = map[string]*builder.WebhookBuilder{} // HandlerMap contains admission webhook handlers HandlerMap = map[string][]admission.Handler{} )
Functions ¶
This section is empty.
Types ¶
type TenantNamespaceCreateUpdateHandler ¶
type TenantNamespaceCreateUpdateHandler struct { Client client.Client // Decoder decodes objects Decoder types.Decoder }
TenantNamespaceCreateUpdateHandler handles TenantNamespace
func (*TenantNamespaceCreateUpdateHandler) Handle ¶
func (h *TenantNamespaceCreateUpdateHandler) Handle(ctx context.Context, req types.Request) types.Response
Handle handles admission requests.
func (*TenantNamespaceCreateUpdateHandler) InjectClient ¶
func (h *TenantNamespaceCreateUpdateHandler) InjectClient(c client.Client) error
InjectClient injects the client into the TenantNamespaceCreateUpdateHandler
func (*TenantNamespaceCreateUpdateHandler) InjectDecoder ¶
func (h *TenantNamespaceCreateUpdateHandler) InjectDecoder(d types.Decoder) error
InjectDecoder injects the decoder into the TenantNamespaceCreateUpdateHandler
Click to show internal directories.
Click to hide internal directories.