Skip to content

Commit 267b5e7

Browse files
authored
Merge pull request #6069 from thaJeztah/fluentd_completion
completion: add completion for "fluentd-write-timeout"
2 parents fe6241a + 535ac07 commit 267b5e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/command/container/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var logDriverOptions = map[string][]string{
5656
"fluentd": {
5757
"max-buffer-size", "mode", "env", "env-regex", "labels", "fluentd-address", "fluentd-async",
5858
"fluentd-buffer-limit", "fluentd-request-ack", "fluentd-retry-wait", "fluentd-max-retries",
59-
"fluentd-sub-second-precision", "tag",
59+
"fluentd-sub-second-precision", "fluentd-write-timeout", "tag",
6060
},
6161
"gcplogs": {
6262
"max-buffer-size", "mode", "env", "env-regex", "labels", "gcp-log-cmd", "gcp-meta-id", "gcp-meta-name",

0 commit comments

Comments
 (0)