Skip to content

Commit ddcdd06

Browse files
committed
[zh] fix using-api/_index.md
Signed-off-by: Iceber Gu <[email protected]>
1 parent 196145b commit ddcdd06

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

content/zh/docs/reference/using-api/_index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2-
title: 使用 Kubernetes API
2+
title: API 概述
33
weight: 10
4+
no_list: true
5+
card:
6+
name: reference
7+
weight: 50
48
---
59

610
<!-- overview -->
@@ -68,7 +72,7 @@ can find more information about the criteria for each level in the
6872
[API Changes documentation](https://git.k8s.io/community/contributors/devel/sig-architecture/api_changes.md#alpha-beta-and-stable-versions).
6973
-->
7074
不同的 API 版本代表着不同的稳定性和支持级别。
71-
你可以在 [API 变更文档]https://git.k8s.io/community/contributors/devel/sig-architecture/api_changes.md#alpha-beta-and-stable-versions)
75+
你可以在 [API 变更文档](https://git.k8s.io/community/contributors/devel/sig-architecture/api_changes.md#alpha-beta-and-stable-versions)
7276
中查看到更多的不同级别的判定标准。
7377

7478
<!--
@@ -188,7 +192,7 @@ part is omitted, it is treated as if `=true` is specified. For example:
188192
- to disable `batch/v1`, set `--runtime-config=batch/v1=false`
189193
- to enable `batch/v2alpha1`, set `--runtime-config=batch/v2alpha1`
190194
-->
191-
## 启用或禁用 API 组 {#enabling-or-disabling}
195+
## 启用或禁用 API 组 {#enabling-or-disabling}
192196
资源和 API 组是在默认情况下被启用的。
193197
你可以通过在 API 服务器上设置 `--runtime-config` 参数来启用或禁用它们。
194198
`--runtime-config` 参数接受逗号分隔的 `<key>[=<value>]` 对,

0 commit comments

Comments
 (0)