Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{ Endpoint: "ovh-eu", RefreshInterval: 60 * time.Second, }
DefaultArguments is used to initialize default values for Arguments.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { Endpoint string `alloy:"endpoint,attr,optional"` ApplicationKey string `alloy:"application_key,attr"` ApplicationSecret alloytypes.Secret `alloy:"application_secret,attr"` ConsumerKey alloytypes.Secret `alloy:"consumer_key,attr"` RefreshInterval time.Duration `alloy:"refresh_interval,attr,optional"` Service string `alloy:"service,attr"` }
Arguments configure the discovery.ovhcloud component.
func (Arguments) Convert ¶
func (args Arguments) Convert() discovery.DiscovererConfig
func (*Arguments) SetToDefault ¶
func (args *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
Click to show internal directories.
Click to hide internal directories.