File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Admission Webhooks
2
2
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
4
4
them and return admission responses.
5
5
6
6
Kubernetes provides the following types of admission webhooks:
98
98
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
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
You can’t perform that action at this time.
0 commit comments