import { type MutatingWebhook } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/admissionregistration.k8s.io@v1/structs.ts";
MutatingWebhook describes an admission webhook and the resources and operations it applies to.
Properties
clientConfig: WebhookClientConfig
optional
matchConditions: Array<MatchCondition> | nulloptional
rules: Array<RuleWithOperations> | null