Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/admissionregistration.k8s.io@v1/structs.ts>MutatingWebhookConfiguration

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface MutatingWebhookConfiguration
import { type MutatingWebhookConfiguration } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/admissionregistration.k8s.io@v1/structs.ts";

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Properties

optional
apiVersion: "admissionregistration.k8s.io/v1"
optional
kind: "MutatingWebhookConfiguration"
optional
metadata: MetaV1.ObjectMeta | null
optional
webhooks: Array<MutatingWebhook> | null