Rephrase core group. (#6024)

This commit is contained in:
Steve Perry
2017-10-23 14:04:21 -07:00
committed by zacharysarah
parent e09a6b6c47
commit 9d3f31a990
+2 -2
View File
@@ -73,8 +73,8 @@ The API group is specified in a REST path and in the `apiVersion` field of a ser
Currently there are several API groups in use:
1. The "core" (oftentimes called "legacy", due to not having explicit group name) group, which is at
REST path `/api/v1` and is not specified as part of the `apiVersion` field, e.g. `apiVersion: v1`.
1. The *core* group, often referred to as the *legacy group*, is at the REST path `/api/v1` and uses `apiVersion: v1`.
1. The named groups are at REST path `/apis/$GROUP_NAME/$VERSION`, and use `apiVersion: $GROUP_NAME/$VERSION`
(e.g. `apiVersion: batch/v1`). Full list of supported API groups can be seen in [Kubernetes API reference](/docs/reference/).