Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureApiConfig ¶
type AzureApiConfig struct {
Description string
}
type AzureConfig ¶
type AzureConfig struct { Refresh bool ResourceGroup string `mapstructure:"resource-group"` Org string `mapstructure:"org"` AdminEmail string `mapstructure:"adminemail"` Apis map[string]*AzureApiConfig config.AbstractConfig[*AzureConfigItem] `mapstructure:"config,squash"` }
func ConfigFromAttributes ¶
func ConfigFromAttributes(attributes map[string]interface{}) (*AzureConfig, error)
Return AzureConfig from stack attributes
type AzureConfigItem ¶
type AzureConfigItem struct { ContainerApps *AzureContainerAppsConfig `mapstructure:"containerapps,omitempty"` Telemetry int }
Click to show internal directories.
Click to hide internal directories.