File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
content/zh/docs/reference/using-api Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : 使用 Kubernetes API
2
+ title : API 概述
3
3
weight : 10
4
+ no_list : true
5
+ card :
6
+ name : reference
7
+ weight : 50
4
8
---
5
9
6
10
<!-- overview -->
@@ -68,7 +72,7 @@ can find more information about the criteria for each level in the
68
72
[API Changes documentation](https://git.k8s.io/community/contributors/devel/sig-architecture/api_changes.md#alpha-beta-and-stable-versions).
69
73
-->
70
74
不同的 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 )
72
76
中查看到更多的不同级别的判定标准。
73
77
74
78
<!--
@@ -188,7 +192,7 @@ part is omitted, it is treated as if `=true` is specified. For example:
188
192
- to disable `batch/v1`, set `--runtime-config=batch/v1=false`
189
193
- to enable `batch/v2alpha1`, set `--runtime-config=batch/v2alpha1`
190
194
-->
191
- ## 启用或禁用 API 组 {#enabling-or-disabling}
195
+ ## 启用或禁用 API 组 {#enabling-or-disabling}
192
196
资源和 API 组是在默认情况下被启用的。
193
197
你可以通过在 API 服务器上设置 ` --runtime-config ` 参数来启用或禁用它们。
194
198
` --runtime-config ` 参数接受逗号分隔的 ` <key>[=<value>] ` 对,
You can’t perform that action at this time.
0 commit comments