Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config represents a set of options that map to a particular platform.
func (Config) FetchFunc ¶
func (c Config) FetchFunc() providers.FuncFetchConfig
func (Config) InitFunc ¶ added in v2.7.0
InitFunc returns a function that performs additional fetcher configuration post-config fetch. This ensures that networking is already available if a platform needs to reach out to the metadata service to fetch additional options / data.
func (Config) NewFetcherFunc ¶
func (c Config) NewFetcherFunc() providers.FuncNewFetcher
Click to show internal directories.
Click to hide internal directories.