Update page kubernetes-api

pull/22761/head
GoodGameZoo 2020-07-26 19:15:07 -07:00
parent 5b3fbe1b6b
commit 0c95703fd4
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@
title: Kubernetes API
content_type: concept
weight: 30
description: >
Kubernetes API 使您可以查询和操纵 Kubernetes 中对象的状态。Kubernetes 控制平面的核心是 API 服务器和它暴露的 HTTP API。 用户,集群的不同部分以及外部组件都通过 API 服务器相互通信。
card:
name: concepts
weight: 30
@ -270,5 +272,3 @@ Individual resource enablement/disablement is only supported in the `extensions/
出于遗留原因,仅在 `extensions / v1beta1` API 组中支持各个资源的启用/禁用。
{{< /note >}}