Skip to content

Commit c3bd4a8

Browse files
doc: add link from k8s to clarify admission webhooks
1 parent 87c2b2b commit c3bd4a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

3-
Admission webhooks are HTTP callbacks that receive admission requests, process
3+
[Admission webhooks][k8s-doc-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:
@@ -98,4 +98,6 @@ spec:
9898
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
101-
most advocated approach.
101+
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)