Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // HandlerMap contains admission webhook handlers HandlerMap = map[string]admission.Handler{ "validate-apps-kruise-io-v1alpha1-nodeimage": &NodeImageCreateUpdateHandler{}, } )
Functions ¶
This section is empty.
Types ¶
type NodeImageCreateUpdateHandler ¶
NodeImageCreateUpdateHandler handles NodeImage
func (*NodeImageCreateUpdateHandler) Handle ¶
func (h *NodeImageCreateUpdateHandler) Handle(ctx context.Context, req admission.Request) admission.Response
Handle handles admission requests.
func (*NodeImageCreateUpdateHandler) InjectDecoder ¶
func (h *NodeImageCreateUpdateHandler) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder into the NodeImageCreateUpdateHandler
Click to show internal directories.
Click to hide internal directories.