Skip to content

Instantly share code, notes, and snippets.

@mohllal
Last active November 28, 2022 23:07
Show Gist options
  • Save mohllal/50ac180bf05b09fb8a00499ef1722977 to your computer and use it in GitHub Desktop.
Save mohllal/50ac180bf05b09fb8a00499ef1722977 to your computer and use it in GitHub Desktop.
An example of an AdmissionReview request body containing the AdmissionRequest object
{
"apiVersion": "admission.k8s.io/v1",
"kind": "AdmissionReview",
"request": {
"uid": "075a1336-0165-41e0-b0ac-8705883f1c41",
"dryRun": false,
"namespace": "default",
"...": "..."
"object": {
"apiVersion": "v1",
"kind": "Pod",
"...": "..."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment