Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSDConfig = SDConfig{ HTTPClientConfig: config.DefaultHTTPClientConfig, RefreshInterval: model.Duration(60 * time.Second), Port: 80, }
DefaultSDConfig is the default IONOS Cloud service discovery configuration.
Functions ¶
Types ¶
type Discovery ¶
type Discovery struct{}
Discovery periodically performs IONOS Cloud target discovery. It implements the Discoverer interface.
type SDConfig ¶
type SDConfig struct {
// DatacenterID: IONOS Cloud data center ID used to discover targets.
DatacenterID string `yaml:"datacenter_id"`
HTTPClientConfig config.HTTPClientConfig `yaml:",inline"`
RefreshInterval model.Duration `yaml:"refresh_interval"`
Port int `yaml:"port"`
// contains filtered or unexported fields
}
SDConfig configuration to use for IONOS Cloud Discovery.
func (SDConfig) NewDiscoverer ¶
func (c SDConfig) NewDiscoverer(options discovery.DiscovererOptions) (discovery.Discoverer, error)
NewDiscoverer returns a new discovery.Discoverer for IONOS Cloud.
func (*SDConfig) SetDirectory ¶
SetDirectory joins any relative file paths with dir.
func (*SDConfig) UnmarshalYAML ¶
UnmarshalYAML implements the yaml.Unmarshaler interface.
Click to show internal directories.
Click to hide internal directories.