Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Azure ¶
type Azure struct { Excluded string `yaml:"Excluded"` TenantID string `yaml:"TenantID"` SubscriptionID string `yaml:"SubscriptionID"` ClientID string `yaml:"ClientID"` ClientSecret string `yaml:"ClientSecret"` ResourceGroup string `yaml:"ResourceGroup"` ResourceLocation string `yaml:"ResourceLocation"` ManagementGroup string `yaml:"ManagementGroup"` }
Azure config options that may be required by any service pack
func (*Azure) SetEnvAndDefaults ¶
func (ctx *Azure) SetEnvAndDefaults()
SetEnvAndDefaults will associate ENV variables and default values to each Azure field
Click to show internal directories.
Click to hide internal directories.