We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09a66f commit 852dfceCopy full SHA for 852dfce
content/zh/docs/reference/access-authn-authz/extensible-admission-controllers.md
@@ -631,9 +631,9 @@ Example of a minimal response from a webhook to allow a request:
631
* `allowed`,设置为 `true` 或 `false`
632
633
<!--
634
-Example of a minimal response from a webhook to forbid a request:
+Example of a minimal response from a webhook to allow a request:
635
-->
636
-Webhook 禁止请求的最简单响应示例:
+Webhook 允许请求的最简单响应示例:
637
638
{{< tabs name="AdmissionReview_response_allow" >}}
639
{{% tab name="admission.k8s.io/v1" %}}
0 commit comments