Update Anchor and point to validatingwebhook-v1-admissionregistration-k8s-io

This commit is contained in:
Akanksha Kumari 2022-09-15 20:04:36 +05:30
parent 6530f1d555
commit 56a752a145
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ If the non-dry-run version of a request would trigger an admission controller th
side effects, the request will be failed rather than risk an unwanted side effect. All
built in admission control plugins support dry-run. Additionally, admission webhooks can
declare in their
[configuration object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#webhook-v1beta1-admissionregistration-k8s-io)
[configuration object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#validatingwebhook-v1-admissionregistration-k8s-io)
that they do not have side effects, by setting their `sideEffects` field to `None`.
{{< note >}}