Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudProviders ¶
type CloudProviders map[ProviderName]struct{}
func SupportedProviders ¶
func SupportedProviders() CloudProviders
func (*CloudProviders) IsSupported ¶
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.