We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3fbe1 commit 0c95703Copy full SHA for 0c95703
content/zh/docs/concepts/overview/kubernetes-api.md
@@ -2,6 +2,8 @@
2
title: Kubernetes API
3
content_type: concept
4
weight: 30
5
+description: >
6
+ Kubernetes API 使您可以查询和操纵 Kubernetes 中对象的状态。Kubernetes 控制平面的核心是 API 服务器和它暴露的 HTTP API。 用户,集群的不同部分以及外部组件都通过 API 服务器相互通信。
7
card:
8
name: concepts
9
@@ -270,5 +272,3 @@ Individual resource enablement/disablement is only supported in the `extensions/
270
272
出于遗留原因,仅在 `extensions / v1beta1` API 组中支持各个资源的启用/禁用。
271
273
274
{{< /note >}}
-
0 commit comments