Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // HandlerMap contains all admission webhook handlers. HandlerMap = map[string]admission.Handler{} )
Functions ¶
func SetupWithManager ¶
Types ¶
type PodCreateHandler ¶
PodCreateHandler handles Pod
func (*PodCreateHandler) InjectClient ¶
func (h *PodCreateHandler) InjectClient(c client.Client) error
InjectClient injects the client into the PodCreateHandler
func (*PodCreateHandler) InjectDecoder ¶
func (h *PodCreateHandler) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder into the PodCreateHandler
Click to show internal directories.
Click to hide internal directories.