You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/reference/admission-webhook.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Admission Webhooks
2
2
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
4
4
them and return admission responses.
5
5
6
6
Kubernetes provides the following types of admission webhooks:
@@ -99,5 +99,3 @@ spec:
99
99
While certain edge scenarios might allow a mutating webhook to seamlessly modify the status, treading this path isn't a
100
100
universally acclaimed or recommended strategy. Entrusting the controller logic with status updates remains the
0 commit comments