mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
Merge pull request #19717 from erictune/api-groups-doc
Mention some new api groups.
This commit is contained in:
commit
e532129f85
@ -103,6 +103,9 @@ Currently there are two API groups in use:
|
|||||||
`apiVersion: v1`.
|
`apiVersion: v1`.
|
||||||
1. the "extensions" group, which is at REST path `/apis/extensions/$VERSION`, and which uses
|
1. the "extensions" group, which is at REST path `/apis/extensions/$VERSION`, and which uses
|
||||||
`apiVersion: extensions/$VERSION` (e.g. currently `apiVersion: extensions/v1beta1`).
|
`apiVersion: extensions/$VERSION` (e.g. currently `apiVersion: extensions/v1beta1`).
|
||||||
|
This holds types which will probably move to another API group eventually.
|
||||||
|
1. the "componentconfig" and "metrics" API groups.
|
||||||
|
|
||||||
|
|
||||||
In the future we expect that there will be more API groups, all at REST path `/apis/$API_GROUP` and
|
In the future we expect that there will be more API groups, all at REST path `/apis/$API_GROUP` and
|
||||||
using `apiVersion: $API_GROUP/$VERSION`. We expect that there will be a way for [third parties to
|
using `apiVersion: $API_GROUP/$VERSION`. We expect that there will be a way for [third parties to
|
||||||
|
Loading…
Reference in New Issue
Block a user