File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh-cn/docs/concepts/cluster-administration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,13 @@ Kubernetes 包含多个准入控制和策略执行选项。知道何时使用特
157
157
</thead >
158
158
<tbody >
159
159
<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>
161
161
<td>
162
162
<!--
163
163
Intercept API requests before admission and modify as needed using
164
164
custom logic.
165
165
-->
166
- 在准入前拦截 API 请求,并使用通用表达式语言(CEL)表达式进行必要的修改 。
166
+ 在准入前拦截 API 请求,并根据需要使用自定义逻辑进行修改 。
167
167
</td>
168
168
<td><ul>
169
169
<li>
@@ -209,7 +209,7 @@ Kubernetes 包含多个准入控制和策略执行选项。知道何时使用特
209
209
</ul></td>
210
210
</tr>
211
211
<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>
213
213
<td>
214
214
<!--
215
215
Intercept API requests before admission and validate against complex
You can’t perform that action at this time.
0 commit comments