Merge pull request #105726 from DiptoChakrabarty/podexecdoc

Fix Documentation of Default params for PodExecOptions Function
This commit is contained in:
Kubernetes Prow Robot
2021-10-28 09:20:39 -07:00
committed by GitHub
4 changed files with 4 additions and 8 deletions

View File

@@ -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",