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