[zh] Translate WebhookAdmission API

pull/30969/head
Qiming Teng 2021-12-11 16:38:46 +08:00
parent 1154e19be3
commit fe1c3e8c53
1 changed files with 22 additions and 16 deletions

View File

@ -1,46 +1,52 @@
---
title: WebhookAdmission Configuration (v1)
title: WebhookAdmission 配置 (v1)
content_type: tool-reference
package: apiserver.config.k8s.io/v1
auto_generated: true
---
<!--
title: WebhookAdmission Configuration (v1)
content_type: tool-reference
package: apiserver.config.k8s.io/v1
auto_generated: true
-->
<!--
Package v1 is the v1 version of the API.
## Resource Types
-->
此 API 的版本是 v1。
## 资源类型 {#resource-types}
- [WebhookAdmission](#apiserver-config-k8s-io-v1-WebhookAdmission)
## `WebhookAdmission` {#apiserver-config-k8s-io-v1-WebhookAdmission}
<!--
WebhookAdmission provides configuration for the webhook admission controller.
-->
WebhookAdmission 为 Webhook 准入控制器提供配置信息。
<table class="table">
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
<thead><tr><th width="30%"><!--Field-->字段</th><th><!--Description-->描述</th></tr></thead>
<tbody>
<tr><td><code>apiVersion</code><br/>string</td><td><code>apiserver.config.k8s.io/v1</code></td></tr>
<tr><td><code>kind</code><br/>string</td><td><code>WebhookAdmission</code></td></tr>
<tr><td><code>kubeConfigFile</code> <B>[Required]</B><br/>
<tr><td><code>kubeConfigFile</code> <B><!--[Required]-->[必需]</B><br/>
<code>string</code>
</td>
<td>
KubeConfigFile is the path to the kubeconfig file.</td>
<!--KubeConfigFile is the path to the kubeconfig file.-->
字段 kubeConfigFile 包含指向 kubeconfig 文件的路径。
</td>
</tr>
</tbody>
</table>