Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrProviderNotFound tells that the requested cloud provider was not found ErrProviderNotFound = errors.New("cloudprovider not found") )
Functions ¶
func ForProvider ¶
func ForProvider(p providerconfigtypes.CloudProvider, cvr *providerconfig.ConfigVarResolver) (cloudprovidertypes.Provider, error)
ForProvider returns a CloudProvider actuator for the requested provider
func NewValidationCacheWrappingCloudProvider ¶ added in v0.10.1
func NewValidationCacheWrappingCloudProvider(actualProvider cloudprovidertypes.Provider) cloudprovidertypes.Provider
NewValidationCacheWrappingCloudProvider returns a wrapped cloudprovider
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.