Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // HandlerGetterMap contains admission webhook handlers HandlerGetterMap = map[string]types.HandlerGetter{ "mutate-apps-kruise-io-v1alpha1-imagelistpulljob": func(mgr manager.Manager) admission.Handler { return &ImageListPullJobCreateUpdateHandler{Decoder: admission.NewDecoder(mgr.GetScheme())} }, } )
Functions ¶
This section is empty.
Types ¶
type ImageListPullJobCreateUpdateHandler ¶
type ImageListPullJobCreateUpdateHandler struct { // Decoder decodes objects Decoder *admission.Decoder }
ImageListPullJobCreateUpdateHandler handles ImagePullJob
Click to show internal directories.
Click to hide internal directories.