Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeMutatingWebhookConfigurationProps

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

schema

io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration

Hierarchy

  • KubeMutatingWebhookConfigurationProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration#metadata

Optional Readonly webhooks

webhooks: MutatingWebhook[]

Webhooks is a list of webhooks and the affected resources and operations.

schema

io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration#webhooks

Generated using TypeDoc