Documentation
¶
Index ¶
- Variables
- func CleanupState(mCtx *mc.Context) error
- func Destroy(mCtx *mc.Context, stackName string) error
- func DestroyStack(mCtx *mc.Context, s DestroyStackRequest) error
- func GetClouProviderCredentials(fixedCredentials map[string]string) credentials.ProviderCredentials
- func GetSuitableLocationForResourceGroup(location string) string
- type Azure
- type DestroyStackRequest
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultCredentials = GetClouProviderCredentials(nil) ResourceGroupLocation = "eastus" )
Functions ¶
func CleanupState ¶ added in v0.14.0
func DestroyStack ¶ added in v0.14.0
func DestroyStack(mCtx *mc.Context, s DestroyStackRequest) error
func GetClouProviderCredentials ¶
func GetClouProviderCredentials(fixedCredentials map[string]string) credentials.ProviderCredentials
func GetSuitableLocationForResourceGroup ¶ added in v0.7.3
Types ¶
type Azure ¶ added in v0.8.2
type Azure struct {
// contains filtered or unexported fields
}
func ProviderOptionalLocation ¶ added in v0.14.2
func ProviderOptionalLocation() *Azure
func (*Azure) DefaultHostingPlace ¶ added in v0.9.9
type DestroyStackRequest ¶ added in v0.14.0
type DestroyStackRequest struct {
Stackname string
}
Click to show internal directories.
Click to hide internal directories.