Skip to content

Commit b338a74

Browse files
FouoFwindsonsea
andcommitted
Update content/zh-cn/docs/concepts/cluster-administration/admission-webhooks-good-practices.md
Co-authored-by: Michael Yao <[email protected]> Co-authored-by: Michael Yao <[email protected]>
1 parent 32a96c8 commit b338a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/concepts/cluster-administration/admission-webhooks-good-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ Kubernetes 包含多个准入控制和策略执行选项。知道何时使用特
157157
</thead>
158158
<tbody>
159159
<tr>
160-
<td><a href="/zh-cn/docs/reference/access-authn-authz/extensible-admission-controllers/"><!--Mutating admission policy-->变更性准入策略</a></td>
160+
<td><a href="/zh-cn/docs/reference/access-authn-authz/extensible-admission-controllers/"><!--Mutating admission webhook-->变更性准入 Webhook</a></td>
161161
<td>
162162
<!--
163163
Intercept API requests before admission and modify as needed using
164164
custom logic.
165165
-->
166-
在准入前拦截 API 请求,并使用通用表达式语言(CEL)表达式进行必要的修改
166+
在准入前拦截 API 请求,并根据需要使用自定义逻辑进行修改
167167
</td>
168168
<td><ul>
169169
<li>
@@ -209,7 +209,7 @@ Kubernetes 包含多个准入控制和策略执行选项。知道何时使用特
209209
</ul></td>
210210
</tr>
211211
<tr>
212-
<td><a href="/zh-cn/docs/reference/access-authn-authz/extensible-admission-controllers/"><!--Validating admission webhook-->验证性准入策略</a></td>
212+
<td><a href="/zh-cn/docs/reference/access-authn-authz/extensible-admission-controllers/"><!--Validating admission webhook-->验证性准入 Webhook</a></td>
213213
<td>
214214
<!--
215215
Intercept API requests before admission and validate against complex

0 commit comments

Comments
 (0)