Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LMPodMutationHandler ¶
type LMPodMutationHandler struct { Client *config.K8sClient Log logr.Logger // contains filtered or unexported fields }
LMPodMutationHandler represents the handler for the admission requests
func (*LMPodMutationHandler) Handle ¶
func (podMutationHandler *LMPodMutationHandler) Handle(ctx context.Context, req admission.Request) admission.Response
Handle is called internally to handle the admission request
func (*LMPodMutationHandler) InjectDecoder ¶
func (a *LMPodMutationHandler) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
Click to show internal directories.
Click to hide internal directories.