Add “API group” to glossary #15906 (#16192)

Created API Group glossary term
Linked glossary term to applicable pages
This commit is contained in:
Ashish
2019-10-23 11:42:17 -04:00
committed by Kubernetes Prow Robot
parent 8d51203aef
commit 3c88fb1c14
3 changed files with 22 additions and 3 deletions
@@ -0,0 +1,19 @@
---
title: API Group
id: api-group
date: 2019-09-02
full_link: /docs/concepts/overview/kubernetes-api/#api-groups
short_description: >
A set of related paths in the Kubernetes API.
aka:
tags:
- fundamental
- architecture
---
A set of related paths in Kubernetes API.
<!--more-->
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.
* Read [API Group](/docs/concepts/overview/kubernetes-api/#api-groups) for more information.