Skip to content

Commit ec67f83

Browse files
authored
Merge pull request #30969 from tengqm/zh-webhookadmission-api
[zh] Translate WebhookAdmission API
2 parents fe1cc99 + fe1c3e8 commit ec67f83

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed
Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,52 @@
11
---
2-
title: WebhookAdmission Configuration (v1)
2+
title: WebhookAdmission 配置 (v1)
33
content_type: tool-reference
44
package: apiserver.config.k8s.io/v1
55
auto_generated: true
66
---
7+
8+
<!--
9+
title: WebhookAdmission Configuration (v1)
10+
content_type: tool-reference
11+
package: apiserver.config.k8s.io/v1
12+
auto_generated: true
13+
-->
14+
15+
<!--
716
Package v1 is the v1 version of the API.
817
918
## Resource Types
19+
-->
20+
此 API 的版本是 v1。
1021

22+
## 资源类型 {#resource-types}
1123

1224
- [WebhookAdmission](#apiserver-config-k8s-io-v1-WebhookAdmission)
13-
14-
15-
1625

1726
## `WebhookAdmission` {#apiserver-config-k8s-io-v1-WebhookAdmission}
18-
19-
20-
21-
2227

28+
<!--
2329
WebhookAdmission provides configuration for the webhook admission controller.
30+
-->
31+
WebhookAdmission 为 Webhook 准入控制器提供配置信息。
2432

2533
<table class="table">
26-
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
34+
<thead><tr><th width="30%"><!--Field-->字段</th><th><!--Description-->描述</th></tr></thead>
2735
<tbody>
2836

2937
<tr><td><code>apiVersion</code><br/>string</td><td><code>apiserver.config.k8s.io/v1</code></td></tr>
3038
<tr><td><code>kind</code><br/>string</td><td><code>WebhookAdmission</code></td></tr>
3139

32-
33-
3440

35-
<tr><td><code>kubeConfigFile</code> <B>[Required]</B><br/>
41+
<tr><td><code>kubeConfigFile</code> <B><!--[Required]-->[必需]</B><br/>
3642
<code>string</code>
3743
</td>
3844
<td>
39-
KubeConfigFile is the path to the kubeconfig file.</td>
45+
<!--KubeConfigFile is the path to the kubeconfig file.-->
46+
字段 kubeConfigFile 包含指向 kubeconfig 文件的路径。
47+
</td>
4048
</tr>
4149

42-
4350
</tbody>
4451
</table>
45-
46-
52+

0 commit comments

Comments
 (0)