chore: update generated code

Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
This commit is contained in:
Jian Zeng
2024-09-14 23:15:46 +08:00
parent 94cd0a0892
commit 4193824215
12 changed files with 998 additions and 889 deletions

View File

@@ -19763,8 +19763,15 @@
"type": "boolean",
"uniqueItems": true
},
"tailLines-2fRTNzbP": {
"description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime",
"stream-l-48cgXv": {
"description": "Specify which container log stream to return to the client. Acceptable values are \"All\", \"Stdout\" and \"Stderr\". If not specified, \"All\" is used, and both stdout and stderr are returned interleaved. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\".",
"in": "query",
"name": "stream",
"type": "string",
"uniqueItems": true
},
"tailLines-9xQLWHMV": {
"description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\".",
"in": "query",
"name": "tailLines",
"type": "integer",
@@ -24301,7 +24308,10 @@
"$ref": "#/parameters/sinceSeconds-vE2NLdnP"
},
{
"$ref": "#/parameters/tailLines-2fRTNzbP"
"$ref": "#/parameters/stream-l-48cgXv"
},
{
"$ref": "#/parameters/tailLines-9xQLWHMV"
},
{
"$ref": "#/parameters/timestamps-c17fW1w_"

View File

@@ -17453,7 +17453,16 @@
}
},
{
"description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime",
"description": "Specify which container log stream to return to the client. Acceptable values are \"All\", \"Stdout\" and \"Stderr\". If not specified, \"All\" is used, and both stdout and stderr are returned interleaved. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\".",
"in": "query",
"name": "stream",
"schema": {
"type": "string",
"uniqueItems": true
}
},
{
"description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\".",
"in": "query",
"name": "tailLines",
"schema": {