Name | Type | Description | Notes |
---|---|---|---|
kubernetes.client_config | V1alpha1AdmissionHookClientConfig | ClientConfig defines how to communicate with the hook. Required | |
failure_policy | str | FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore. | [optional] |
name | str | The name of the external admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required. | |
rules | list[V1alpha1RuleWithOperations] | Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches any Rule. | [optional] |