Skip to content

Commit bbd19fe

Browse files
authored
Merge pull request #3799 from renormalize/master
📖 Add the `Admission webhooks` link in `docs/book/src/reference/admisson-webhook.md`
2 parents 289f208 + 560eb6a commit bbd19fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/book/src/reference/admission-webhook.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Admission Webhooks
22

3-
[Admission webhooks][k8s-doc-admission-webhooks] are HTTP callbacks that receive admission requests, process
3+
[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
44
them and return admission responses.
55

66
Kubernetes provides the following types of admission webhooks:
@@ -99,5 +99,3 @@ spec:
9999
While certain edge scenarios might allow a mutating webhook to seamlessly modify the status, treading this path isn't a
100100
universally acclaimed or recommended strategy. Entrusting the controller logic with status updates remains the
101101
most advocated approach.
102-
103-
[k8s-doc-admission-webhooks]: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-admission-webhooks

0 commit comments

Comments
 (0)