Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
HTTPClientConfig config.HTTPClientConfig `yaml:",inline"`
Host string `yaml:"host"`
RefreshInterval time.Duration `yaml:"refresh_interval"`
// prefix for instance. The Container name is appended
InstancePrefix string
// network that the Container must be a member of
TargetNetwork string
}
Config is the configuration for Docker (non-swarm) based service discovery.
Click to show internal directories.
Click to hide internal directories.