Documentation ¶
Index ¶
Constants ¶
View Source
const AllowedReason string = "allowed to be admitted"
Webhook response reasons
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 SystemCreateUpdateHandler ¶
type SystemCreateUpdateHandler struct { // API client reference Client client.Client // Decoder decodes objects Decoder types.Decoder }
SystemCreateUpdateHandler handles System
func (*SystemCreateUpdateHandler) InjectClient ¶
func (h *SystemCreateUpdateHandler) InjectClient(c client.Client) error
InjectClient injects the client into the SystemCreateUpdateHandler
func (*SystemCreateUpdateHandler) InjectDecoder ¶
func (h *SystemCreateUpdateHandler) InjectDecoder(d types.Decoder) error
InjectDecoder injects the decoder into the SystemCreateUpdateHandler
Click to show internal directories.
Click to hide internal directories.