From 535ac074d0f19c2571d9cf9081d7cd0d1bd7c217 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 16 May 2025 01:27:49 +0200 Subject: [PATCH] completion: add completion for "fluentd-write-timeout" Signed-off-by: Sebastiaan van Stijn --- cli/command/container/completion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/command/container/completion.go b/cli/command/container/completion.go index 7e6846f72b..05e53739ee 100644 --- a/cli/command/container/completion.go +++ b/cli/command/container/completion.go @@ -56,7 +56,7 @@ var logDriverOptions = map[string][]string{ "fluentd": { "max-buffer-size", "mode", "env", "env-regex", "labels", "fluentd-address", "fluentd-async", "fluentd-buffer-limit", "fluentd-request-ack", "fluentd-retry-wait", "fluentd-max-retries", - "fluentd-sub-second-precision", "tag", + "fluentd-sub-second-precision", "fluentd-write-timeout", "tag", }, "gcplogs": { "max-buffer-size", "mode", "env", "env-regex", "labels", "gcp-log-cmd", "gcp-meta-id", "gcp-meta-name",