浏览代码

api/types: remove deprecated fields for cluster-advertise

This removes:

- Info.ClusterStore
- Info.ClusterAdvertise

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 3 年之前
父节点
当前提交
494dadb8a3
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      api/types/types.go

+ 0 - 2
api/types/types.go

@@ -297,8 +297,6 @@ type Info struct {
 	Labels             []string
 	Labels             []string
 	ExperimentalBuild  bool
 	ExperimentalBuild  bool
 	ServerVersion      string
 	ServerVersion      string
-	ClusterStore       string `json:",omitempty"` // Deprecated: host-discovery and overlay networks with external k/v stores are deprecated
-	ClusterAdvertise   string `json:",omitempty"` // Deprecated: host-discovery and overlay networks with external k/v stores are deprecated
 	Runtimes           map[string]Runtime
 	Runtimes           map[string]Runtime
 	DefaultRuntime     string
 	DefaultRuntime     string
 	Swarm              swarm.Info
 	Swarm              swarm.Info