remove default value comment for pod exec and update openapi spec

This commit is contained in:
DiptoChakrabarty
2021-10-17 00:00:40 +05:30
parent 3aafe75698
commit 1e02fc056a
4 changed files with 4 additions and 8 deletions

View File

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