kubernetes/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/dispatcher.go

const ValidatingAuditAnnotationPrefix

const ValidatingAuditAnnotationFailedOpenKeyPrefix

type validatingDispatcher

func newValidatingDispatcher(p *Plugin) func(cm *webhookutil.ClientManager) generic.Dispatcher {}

var _

type versionedAttributeAccessor

func (v *versionedAttributeAccessor) VersionedAttribute(gvk schema.GroupVersionKind) (*admission.VersionedAttributes, error) {}

var _

func (d *validatingDispatcher) Dispatch(ctx context.Context, attr admission.Attributes, o admission.ObjectInterfaces, hooks []webhook.WebhookAccessor) error {}

func (d *validatingDispatcher) callHook(ctx context.Context, h *v1.ValidatingWebhook, invocation *generic.WebhookInvocation, attr *admission.VersionedAttributes) error {}