Autogenerate.

This commit is contained in:
Eric Tune
2016-02-18 09:54:46 -08:00
parent bcdbd1c709
commit b4d454e9d5
18 changed files with 10009 additions and 11 deletions

View File

@@ -0,0 +1,30 @@
{
"swaggerVersion": "1.2",
"apiVersion": "",
"basePath": "https://10.10.10.10:443",
"resourcePath": "/apis/batch",
"apis": [
{
"path": "/apis/batch",
"description": "get information of a group",
"operations": [
{
"type": "void",
"method": "GET",
"summary": "get information of a group",
"nickname": "getAPIGroup",
"parameters": [],
"produces": [
"application/json",
"application/yaml"
],
"consumes": [
"application/json",
"application/yaml"
]
}
]
}
],
"models": {}
}

File diff suppressed because it is too large Load Diff

View File

@@ -32,6 +32,14 @@
{
"path": "/apis/autoscaling",
"description": "get information of a group"
},
{
"path": "/apis/batch/v1",
"description": "API at /apis/batch/v1"
},
{
"path": "/apis/batch",
"description": "get information of a group"
}
],
"apiVersion": "",