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