2020-03-12 09:54:38 +00:00
---
title: API Group
id: api-group
date: 2019-09-02
2022-06-23 12:25:04 +00:00
full_link: /zh-cn/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
2020-03-12 09:54:38 +00:00
short_description: >
2020-11-27 00:57:08 +00:00
Kubernetes API 中的一组相关路径
2020-03-12 09:54:38 +00:00
aka:
tags:
- fundamental
- architecture
2020-11-27 00:57:08 +00:00
---
2020-11-25 10:29:43 +00:00
2020-11-27 00:57:08 +00:00
<!--
2020-03-12 09:54:38 +00:00
---
title: API Group
id: api-group
date: 2019-09-02
2021-03-14 12:27:57 +00:00
full_link: /docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
2020-03-12 09:54:38 +00:00
short_description: >
2020-11-27 00:57:08 +00:00
A set of related paths in the Kubernetes API.
2020-03-12 09:54:38 +00:00
aka:
tags:
- fundamental
- architecture
2020-11-27 00:57:08 +00:00
---
-->
2020-11-25 10:29:43 +00:00
2020-03-12 09:54:38 +00:00
<!--
A set of related paths in Kubernetes API.
-->
Kubernetes API 中的一组相关路径。
2020-11-25 10:29:43 +00:00
<!-- more -->
2020-03-12 09:54:38 +00:00
<!--
You can enable or disable each API group by changing the configuration of your API server. You can also disable or enable paths to specific resources. API group makes it easier to extend the Kubernetes API. The API group is specified in a REST path and in the `apiVersion` field of a serialized object.
-->
2020-12-01 02:25:54 +00:00
通过更改 API server 的配置,可以启用或禁用每个 API Group。
你还可以禁用或启用指向特定资源的路径。
API group 使扩展 Kubernetes API 更加的容易。
API group 在 REST 路径和序列化对象的 `apiVersion` 字段中指定。
2020-03-12 09:54:38 +00:00
<!--
2021-01-22 08:00:03 +00:00
* Read [API Group ](/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning ) for more information.
2020-03-12 09:54:38 +00:00
-->
2022-06-23 12:25:04 +00:00
* 阅读 [API Group ](/zh-cn/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning ) 了解更多信息。