Merge pull request #20532 from nikhiljindal/genericServerAPIs

Moving /apis handler to generic api server
This commit is contained in:
Nikhil Jindal
2016-02-05 13:13:57 -08:00
5 changed files with 65 additions and 40 deletions

View File

@@ -1,6 +1,10 @@
{
"swaggerVersion": "1.2",
"apis": [
{
"path": "/apis",
"description": "get available API versions"
},
{
"path": "/version",
"description": "git code version from which this is built"
@@ -20,10 +24,6 @@
{
"path": "/apis/extensions",
"description": "get information of a group"
},
{
"path": "/apis",
"description": "get available API versions"
}
],
"apiVersion": "",