Skip to content

Commit

Permalink
Rephrase core group. (#6024)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveperry-53 committed Oct 23, 2017
1 parent 875af17 commit 269115a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/overview/kubernetes-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down

0 comments on commit 269115a

Please sign in to comment.