Documentation
¶
Index ¶
- func BuildImageBundleMapFromString(imageBundleString, operation string) map[string]string
- func BuildImageBundleRegionOverrideMapFromString(regionString, operation string) map[string]string
- func BuildRegionMapFromString(regionString, operation string) map[string]string
- func BuildZoneMapFromString(zoneString string, operation string) map[string]string
- func DefaultImageBundleValues(imageBundle map[string]string) map[string]string
- func DeleteProviderUtil(cmd *cobra.Command, commandCall, providerCode string)
- func DeleteProviderValidation(cmd *cobra.Command)
- func DescribeProviderUtil(cmd *cobra.Command, commandCall, providerCode string)
- func DescribeProviderValidation(cmd *cobra.Command)
- func ListProviderUtil(cmd *cobra.Command, commandCall, providerCode string)
- func ValueNotFoundForKeyError(key string)
- func WaitForCreateProviderTask(authAPI *ybaAuthClient.AuthAPIClient, providerName string, ...)
- func WaitForUpdateProviderTask(authAPI *ybaAuthClient.AuthAPIClient, providerName string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildImageBundleMapFromString ¶
BuildImageBundleMapFromString is to process image bundle flags
func BuildImageBundleRegionOverrideMapFromString ¶
func BuildImageBundleRegionOverrideMapFromString( regionString, operation string, ) map[string]string
BuildImageBundleRegionOverrideMapFromString is to process image bundle flags
func BuildRegionMapFromString ¶
BuildRegionMapFromString is for region flags
func BuildZoneMapFromString ¶
BuildZoneMapFromString is to process zone flags
func DefaultImageBundleValues ¶
DefaultImageBundleValues is to set default values for image bundle
func DeleteProviderUtil ¶
DeleteProviderUtil deletes a provider
func DeleteProviderValidation ¶
DeleteProviderValidation validates the delete provider command
func DescribeProviderUtil ¶
DescribeProviderUtil executes the describe provider command
func DescribeProviderValidation ¶
DescribeProviderValidation validates the describe provider command
func ListProviderUtil ¶
ListProviderUtil executes the list provider command
func ValueNotFoundForKeyError ¶
func ValueNotFoundForKeyError(key string)
ValueNotFoundForKeyError is throws error when value is missing for a key
func WaitForCreateProviderTask ¶
func WaitForCreateProviderTask( authAPI *ybaAuthClient.AuthAPIClient, providerName string, rTask ybaclient.YBPTask, providerCode string)
WaitForCreateProviderTask is a util task for create provider
func WaitForUpdateProviderTask ¶
func WaitForUpdateProviderTask( authAPI *ybaAuthClient.AuthAPIClient, providerName string, rTask ybaclient.YBPTask, providerCode string)
WaitForUpdateProviderTask is a util function to monitor update tasks
Types ¶
This section is empty.