Skip to content

Commit ce43056

Browse files
knight42k8s-publishing-bot
authored andcommitted
chore: update generated code
Signed-off-by: Jian Zeng <[email protected]> Kubernetes-commit: 41938242152ab07e4313c3796ae5f52d21b25ad1
1 parent f5f6291 commit ce43056

7 files changed

+948
-884
lines changed

core/v1/generated.pb.go

+928-881
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/v1/generated.proto

+10-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/v1/types_swagger_doc_generated.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1683,9 +1683,10 @@ var map_PodLogOptions = map[string]string{
16831683
"sinceSeconds": "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
16841684
"sinceTime": "An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
16851685
"timestamps": "If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.",
1686-
"tailLines": "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",
1686+
"tailLines": "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\".",
16871687
"limitBytes": "If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.",
16881688
"insecureSkipTLSVerifyBackend": "insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet).",
1689+
"stream": "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\".",
16891690
}
16901691

16911692
func (PodLogOptions) SwaggerDoc() map[string]string {

core/v1/zz_generated.deepcopy.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testdata/HEAD/core.v1.PodLogOptions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"timestamps": true,
1010
"tailLines": 7,
1111
"limitBytes": 8,
12-
"insecureSkipTLSVerifyBackend": true
12+
"insecureSkipTLSVerifyBackend": true,
13+
"stream": "streamValue"
1314
}
13 Bytes
Binary file not shown.

testdata/HEAD/core.v1.PodLogOptions.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ limitBytes: 8
77
previous: true
88
sinceSeconds: 4
99
sinceTime: "2005-01-01T01:01:01Z"
10+
stream: streamValue
1011
tailLines: 7
1112
timestamps: true

0 commit comments

Comments
 (0)