Merge pull request #20501 from piosz/hpa-ga

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-18 06:52:39 -08:00
55 changed files with 5268 additions and 172 deletions

View File

@@ -0,0 +1,30 @@
{
"swaggerVersion": "1.2",
"apiVersion": "",
"basePath": "https://10.10.10.10:6443",
"resourcePath": "/apis/autoscaling",
"apis": [
{
"path": "/apis/autoscaling",
"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

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