You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/reference/using-api/_index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ part is omitted, it is treated as if `=true` is specified. For example:
191
191
192
192
- to disable `batch/v1`, set `--runtime-config=batch/v1=false`
193
193
- to enable `batch/v2alpha1`, set `--runtime-config=batch/v2alpha1`
194
+
- to enable a specific version of an API, such as `storage.k8s.io/v1beta1/csistoragecapacities`, set `--runtime-config=storage.k8s.io/v1beta1/csistoragecapacities`
194
195
-->
195
196
## 启用或禁用 API 组 {#enabling-or-disabling}
196
197
资源和 API 组是在默认情况下被启用的。
@@ -200,6 +201,8 @@ part is omitted, it is treated as if `=true` is specified. For example:
0 commit comments