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