Skip to content

Commit

Permalink
Merge pull request kubernetes#20501 from piosz/hpa-ga
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Feb 18, 2016
2 parents 2eba9f0 + c02e966 commit 17325ef
Show file tree
Hide file tree
Showing 55 changed files with 5,255 additions and 159 deletions.
30 changes: 30 additions & 0 deletions api/swagger-spec/autoscaling.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
Loading

0 comments on commit 17325ef

Please sign in to comment.