Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.01 KB

V1beta1Webhook.md

File metadata and controls

15 lines (11 loc) · 2.01 KB

V1beta1Webhook

Properties

Name Type Description Notes
ClientConfig AdmissionregistrationV1beta1WebhookClientConfig
FailurePolicy string FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore. [optional]
Name string The name of the 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.
NamespaceSelector V1LabelSelector [optional]
Rules []V1beta1RuleWithOperations Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches any Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. [optional]
SideEffects string SideEffects states whether this webhookk has side effects. Acceptable values are: Unknown, None, Some, NoneOnDryRun Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. Defaults to Unknown. [optional]

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