Kazan v0.6.0 Kazan.Apis.Admissionregistration.V1alpha1.ExternalAdmissionHook View Source

ExternalAdmissionHook describes an external admission webhook and the resources and operations it applies to.

OpenAPI Definition: io.k8s.api.admissionregistration.v1alpha1.ExternalAdmissionHook

Properties

  • client_config :: Kazan.Apis.Admissionregistration.V1alpha1.AdmissionHookClientConfig

    • Deprecated. Please use io.k8s.api.admissionregistration.v1alpha1.AdmissionHookClientConfig instead.
  • failure_policy :: String

    • FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore.
  • name :: String

    • 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 :: [ Kazan.Apis.Admissionregistration.V1alpha1.RuleWithOperations ]

    • Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches any Rule.