Updating swagger spec to include the new extension resources that are enabled by default

This commit is contained in:
nikhiljindal
2015-10-14 16:27:41 -07:00
parent 7bcc4a6755
commit 39e461b7f9
3 changed files with 3757 additions and 1 deletions

View File

@@ -9,6 +9,14 @@
"path": "/api",
"description": "get available API versions"
},
{
"path": "/apis/extensions/v1beta1",
"description": "API at /apis/extensions/v1beta1"
},
{
"path": "/apis/extensions/",
"description": "get information of a group"
},
{
"path": "/apis",
"description": "get available API versions"

File diff suppressed because it is too large Load Diff