Merge pull request #36834 from akankshakumari393/fix_anchor_api_concept

Update Broken Anchor on API Concept page
This commit is contained in:
Kubernetes Prow Robot 2022-09-26 13:14:15 -07:00 committed by GitHub
commit df783b9ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 >}}