Skip to content

Commit

Permalink
Mention some new api groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictune committed Jan 15, 2016
1 parent 7f095c1 commit 021cfe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ Currently there are two API groups in use:
`apiVersion: v1`.
1. the "extensions" group, which is at REST path `/apis/extensions/$VERSION`, and which uses
`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
using `apiVersion: $API_GROUP/$VERSION`. We expect that there will be a way for [third parties to
Expand Down

0 comments on commit 021cfe8

Please sign in to comment.