Rephrase core group. (#6024)

This commit is contained in:
Steve Perry 2017-10-23 14:04:21 -07:00 committed by GitHub
parent 875af17a6d
commit 269115ab0a
1 changed files with 2 additions and 2 deletions

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/).