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