Versions in this module Expand all Collapse all v0 v0.6.0 Sep 12, 2024 v0.5.3 Aug 26, 2024 Changes in this version + type MutatingHandler struct + func NewMutatingHandler() *MutatingHandler + func (h *MutatingHandler) Handle(ctx context.Context, req admission.Request) (resp admission.Response) + type ValidatingHandler struct + func NewValidatingHandler() *ValidatingHandler + func (h *ValidatingHandler) Handle(ctx context.Context, req admission.Request) (resp admission.Response) + func (h *ValidatingHandler) InjectClient(c client.Client) error + func (h *ValidatingHandler) IsPvcMountedOnPod(ctx context.Context, pvc *corev1.PersistentVolumeClaim) (bool, error)