mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
remove default value comment for pod exec and update openapi spec
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -21863,7 +21863,7 @@
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"description": "Redirect the standard error stream of the pod for this call. Defaults to true.",
|
||||
"description": "Redirect the standard error stream of the pod for this call.",
|
||||
"in": "query",
|
||||
"name": "stderr",
|
||||
"type": "boolean",
|
||||
@@ -21877,7 +21877,7 @@
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"description": "Redirect the standard output stream of the pod for this call. Defaults to true.",
|
||||
"description": "Redirect the standard output stream of the pod for this call.",
|
||||
"in": "query",
|
||||
"name": "stdout",
|
||||
"type": "boolean",
|
||||
|
Reference in New Issue
Block a user