Documentation ¶ Index ¶ type Handler func (h *Handler) Handle(_ context.Context, req admission.Request) admission.Response func (h *Handler) InjectClient(c client.Client) error func (h *Handler) InjectDecoder(d *admission.Decoder) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func (*Handler) Handle ¶ func (h *Handler) Handle(_ context.Context, req admission.Request) admission.Response func (*Handler) InjectClient ¶ func (h *Handler) InjectClient(c client.Client) error InjectClient injects the client. func (*Handler) InjectDecoder ¶ func (h *Handler) InjectDecoder(d *admission.Decoder) error InjectDecoder injects the decoder. Source Files ¶ View all Source files proxypod.go Click to show internal directories. Click to hide internal directories.