Skip to content

Commit

Permalink
Merge pull request #3799 from renormalize/master
Browse files Browse the repository at this point in the history
馃摉 Add the `Admission webhooks` link in `docs/book/src/reference/admisson-webhook.md`
  • Loading branch information
k8s-ci-robot committed Feb 27, 2024
2 parents 289f208 + 560eb6a commit bbd19fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/book/src/reference/admission-webhook.md
@@ -1,6 +1,6 @@
# Admission Webhooks

[Admission webhooks][k8s-doc-admission-webhooks] are HTTP callbacks that receive admission requests, process
[Admission webhooks](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-admission-webhooks) are HTTP callbacks that receive admission requests, process
them and return admission responses.

Kubernetes provides the following types of admission webhooks:
Expand Down Expand Up @@ -99,5 +99,3 @@ spec:
While certain edge scenarios might allow a mutating webhook to seamlessly modify the status, treading this path isn't a
universally acclaimed or recommended strategy. Entrusting the controller logic with status updates remains the
most advocated approach.

[k8s-doc-admission-webhooks]: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-admission-webhooks

0 comments on commit bbd19fe

Please sign in to comment.