Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
DefaultSDConfig is the default Marathon SD configuration.
Functions ¶
This section is empty.
Types ¶
type SDConfig ¶
type SDConfig struct {
Servers []string `yaml:"servers,omitempty"`
RefreshInterval model.Duration `yaml:"refresh_interval,omitempty"`
AuthToken config_util.Secret `yaml:"auth_token,omitempty"`
AuthTokenFile string `yaml:"auth_token_file,omitempty"`
HTTPClientConfig config_util.HTTPClientConfig `yaml:",inline"`
}
SDConfig is the configuration for services running on Marathon.
func (*SDConfig) UnmarshalYAML ¶
UnmarshalYAML implements the yaml.Unmarshaler interface.
Click to show internal directories.
Click to hide internal directories.