AdmissionReviews

An AdmissionReview resource is both the input to and output from dynamic admission controllers operating on a given admission. It contains:

  • uid of the request.
  • kind of the incoming object.
  • resource under modification.
  • subResource, if applicable.
  • requestKind of the incoming object in the incoming request, different from resource only when the webhook specified matchPolicy: Equivalent and the request version was converted to a version the webhook registered for.
  • requestSubResource of the incoming subresource object in the incoming request, if applicable, different from resource only when the webhook specified matchPolicy: Equivalent and the request version was converted to a version the webhook registered for.

Backlinks