package discovery
import "github.com/docker/cli/components/engine/daemon/discovery"
Index ¶
Variables ¶
ErrDiscoveryDisabled is an error returned if the discovery is disabled
Types ¶
type Reloader ¶
type Reloader interface { discovery.Watcher Stop() Reload(backend, address string, clusterOpts map[string]string) error ReadyCh() <-chan struct{} }
Reloader is the discovery reloader of the daemon
func Init ¶
Init initializes the nodes discovery subsystem by connecting to the specified backend and starts a registration loop to advertise the current node under the specified address.
Source Files ¶
- Version
- v17.10.0-ce-rc1+incompatible
- Published
- Oct 4, 2017
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 37 minutes ago –
Tools for package owners.