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 NamespaceUpdateHandler ¶
NamespaceUpdateHandler handles Namespace
func (*NamespaceUpdateHandler) InjectDecoder ¶
func (h *NamespaceUpdateHandler) InjectDecoder(d types.Decoder) error
InjectDecoder injects the decoder into the NamespaceUpdateHandler
Click to show internal directories.
Click to hide internal directories.