Interface: KubeMutatingWebhookConfiguration
lib/k8s/mutatingWebhookConfiguration .KubeMutatingWebhookConfiguration
Hierarchy
-
↳
KubeMutatingWebhookConfiguration
Properties
apiVersion
• Optional
apiVersion: string
Inherited from
KubeObjectInterface . apiVersion
Defined in
kind
• kind: string
Inherited from
Defined in
metadata
• metadata:
KubeMetadata
Inherited from
KubeObjectInterface . metadata
Defined in
webhooks
• webhooks: { admissionReviewVersions
: string
[] ; clientConfig
:
KubeWebhookClientConfig
; failurePolicy?
: string
; matchPolicy?
: string
; name
: string
; namespaceSelector?
: { matchExpressions
: undefined
| { key
: string
; operator
: string
; values
: string
[] }[] ; matchLabels
: undefined
| { [key: string]
: string
; } } ; objectSelector?
: { matchExpressions
: undefined
| { key
: string
; operator
: string
; values
: string
[] }[] ; matchLabels
: undefined
| { [key: string]
: string
; } } ; reinvocationPolicy?
: string
; rules?
:
KubeRuleWithOperations
[] ; sideEffects?
: string
; timeoutSeconds?
: number
}[]