From 66a1c3bab914eb485adaaeb787a97ff41020f3d6 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 31 Mar 2023 02:43:03 +0200 Subject: [PATCH] cli/config/configfile: remove deprecated StackOrchestrator field This field was deprecated in 6ea2767289d3ae7a65183da1758f4753d5053bd8, which is part of docker 23.0, so users should have had a chance to migrate. Signed-off-by: Sebastiaan van Stijn --- cli/config/configfile/file.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/config/configfile/file.go b/cli/config/configfile/file.go index 609a88c278..5db7f8b827 100644 --- a/cli/config/configfile/file.go +++ b/cli/config/configfile/file.go @@ -37,7 +37,6 @@ type ConfigFile struct { PruneFilters []string `json:"pruneFilters,omitempty"` Proxies map[string]ProxyConfig `json:"proxies,omitempty"` Experimental string `json:"experimental,omitempty"` - StackOrchestrator string `json:"stackOrchestrator,omitempty"` // Deprecated: swarm is now the default orchestrator, and this option is ignored. CurrentContext string `json:"currentContext,omitempty"` CLIPluginsExtraDirs []string `json:"cliPluginsExtraDirs,omitempty"` Plugins map[string]map[string]string `json:"plugins,omitempty"`