Rephrase core group. (#6024)
This commit is contained in:
parent
875af17a6d
commit
269115ab0a
|
@ -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/).
|
||||
|
||||
|
|
Loading…
Reference in New Issue