Versions in this module Expand all Collapse all v1 v1.7.2 Feb 15, 2018 Changes in this version + var DefaultSDConfig = SDConfig + type Discovery struct + func New(logger log.Logger, conf *SDConfig) (*Discovery, error) + func (d *Discovery) Run(ctx context.Context, ch chan<- []*targetgroup.Group) + type DiscoveryResponse struct + Containers []struct{ ... } + type SDConfig struct + Account string + DNSSuffix string + Endpoint string + Port int + RefreshInterval model.Duration + TLSConfig config_util.TLSConfig + Version int + XXX map[string]interface{} + func (c *SDConfig) UnmarshalYAML(unmarshal func(interface{}) error) error