mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Merge pull request #105726 from DiptoChakrabarty/podexecdoc
Fix Documentation of Default params for PodExecOptions Function
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -21875,7 +21875,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",
|
||||
@@ -21889,7 +21889,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