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 FunctionCreateHandler ¶
type FunctionCreateHandler struct { Client client.Client // Decoder decodes objects Decoder types.Decoder }
FunctionCreateHandler handles Function
func (*FunctionCreateHandler) InjectClient ¶
func (h *FunctionCreateHandler) InjectClient(c client.Client) error
InjectClient injects the client into the FunctionCreateHandler
func (*FunctionCreateHandler) InjectDecoder ¶
func (h *FunctionCreateHandler) InjectDecoder(d types.Decoder) error
InjectDecoder injects the decoder into the FunctionCreateHandler
Click to show internal directories.
Click to hide internal directories.