Versions in this module Expand all Collapse all v1 v1.5.0 Jan 30, 2022 Changes in this version + var DefaultSDConfig = SDConfig + type Discovery struct + func NewDiscovery(conf *SDConfig, logger *zap.Logger) (*Discovery, error) + type SDConfig struct + Entitlement string + HTTPClientConfig config.HTTPClientConfig + Password config.Secret + RefreshInterval model.Duration + Separator string + Server string + Username string + func (*SDConfig) Name() string + func (c *SDConfig) NewDiscoverer(opts discovery.DiscovererOptions) (discovery.Discoverer, error) + func (c *SDConfig) UnmarshalYAML(unmarshal func(interface{}) error) error