Update generated swagger/OpenAPI spec

This commit is contained in:
mbohlool
2016-12-06 13:58:46 -08:00
parent a9cee59f69
commit c0cfcc6c49
3 changed files with 5 additions and 5 deletions

View File

@@ -3638,7 +3638,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/v1.Pod"
"type": "string"
}
},
"401": {

View File

@@ -8980,7 +8980,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "v1.Pod",
"type": "string",
"method": "GET",
"summary": "read log of the specified Pod",
"nickname": "readNamespacedPodLog",
@@ -9070,7 +9070,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "v1.Pod"
"responseModel": "string"
}
],
"produces": [