Skip to content

Instantly share code, notes, and snippets.

@mohllal
Created November 28, 2022 23:04
Show Gist options
  • Save mohllal/3e3b96fbcc6afcafd51314589742cec2 to your computer and use it in GitHub Desktop.
Save mohllal/3e3b96fbcc6afcafd51314589742cec2 to your computer and use it in GitHub Desktop.
An example of an AdmissionReview response body containing the AdmissionResponse object
{
"apiVersion": "admission.k8s.io/v1",
"kind": "AdmissionReview",
"response": {
"uid": "075a1336-0165-41e0-b0ac-8705883f1c41",
"allowed": true,
"patch": "W3sib3AiOiJhZGQiLCJwYXRoIjoiL3NwZWMvY29udG...",
"patchType": "JSONPatch"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment