Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudProviders ¶ added in v2.5.0
type CloudProviders map[ProviderName]struct{}
func SupportedProviders ¶ added in v2.5.0
func SupportedProviders() CloudProviders
func (*CloudProviders) IsSupported ¶ added in v2.5.0
func (cp *CloudProviders) IsSupported(name ProviderName) bool
type ProviderName ¶
type ProviderName string
const ( ProviderAWS ProviderName = "AWS" ProviderGCP ProviderName = "GCP" ProviderAzure ProviderName = "AZURE" ProviderTenant ProviderName = "TENANT" ProviderServerless ProviderName = "SERVERLESS" )
Click to show internal directories.
Click to hide internal directories.