mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 12:46:06 +00:00
chore: update generated code
Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
This commit is contained in:
16
api/openapi-spec/swagger.json
generated
16
api/openapi-spec/swagger.json
generated
@@ -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_"
|
||||
|
11
api/openapi-spec/v3/api__v1_openapi.json
generated
11
api/openapi-spec/v3/api__v1_openapi.json
generated
@@ -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": {
|
||||
|
Reference in New Issue
Block a user