From 021cfe8e0915ab39a94f6345c98456702469d18b Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Fri, 15 Jan 2016 12:40:25 -0800 Subject: [PATCH] Mention some new api groups. --- docs/api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api.md b/docs/api.md index 881d3e5e7c960..91b1bb2d38716 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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