Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.15 KB

V1alpha1ExternalAdmissionHook.md

File metadata and controls

13 lines (9 loc) · 1.15 KB

V1alpha1ExternalAdmissionHook

Properties

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]

[Back to Model list] [Back to API list] [Back to README]