Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Instances is a list of remote instances to retrieve endpoint statuses from. Instances []Instance `yaml:"instances,omitempty"` // ClientConfig is the configuration of the client used to communicate with the provider's target ClientConfig *client.Config `yaml:"client,omitempty"` }
func (*Config) ValidateAndSetDefaults ¶
Click to show internal directories.
Click to hide internal directories.