diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 078cff53343..885025a8104 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -3638,7 +3638,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/v1.Pod" + "type": "string" } }, "401": { diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 02068ffd1fb..575bc377fb4 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -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": [ diff --git a/docs/api-reference/v1/operations.html b/docs/api-reference/v1/operations.html index 27054537768..c61291da5c4 100755 --- a/docs/api-reference/v1/operations.html +++ b/docs/api-reference/v1/operations.html @@ -8971,7 +8971,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
200
success
string