Created
November 28, 2022 23:04
-
-
Save mohllal/3e3b96fbcc6afcafd51314589742cec2 to your computer and use it in GitHub Desktop.
An example of an AdmissionReview response body containing the AdmissionResponse object
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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