Merge pull request #28789 from qhua948/fix-typo-adminnsion-controllers

Fixed up typo in extensible-admission-controllers.md
This commit is contained in:
Kubernetes Prow Robot 2021-07-04 21:10:19 -07:00 committed by GitHub
commit 35d30bda8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ Of course you need to set up the webhook server to handle these authentications.
### Request
Webhooks are sent a POST request, with `Content-Type: application/json`,
Webhooks are sent as POST requests, with `Content-Type: application/json`,
with an `AdmissionReview` API object in the `admission.k8s.io` API group
serialized to JSON as the body.