import { type MutatingWebhookConfiguration } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/admissionregistration.k8s.io@v1/mod.ts";
MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.
Properties
optional
webhooks: Array<MutatingWebhook> | null