Documentation ¶
Index ¶
Constants ¶
View Source
const ( RIAAS = "RIAAS" PrivateRIAAS = "Private-RIAAS" ContainerAPIRoute = "Container-API-Route" PrivateContainerAPIRoute = "Private-Container-API-Route" )
View Source
const ( // ErrDecryptionNotSupported ... ErrDecryptionNotSupported = "API key is encrypted as per the configuration, decryption of the same is not supported." // ErrorFetchingEndpoint ... ErrorFetchingEndpoint = "Unable to fetch %s endpoint" // ErrInitSecretProvider ... ErrInitSecretProvider = "Error initializing secret provider" // ErrEmptyEndpoint ... ErrEmptyEndpoint = "%s endpoint not found" // ErrMultipleKeysUnsupported ... ErrMultipleKeysUnsupported = "Mutiple secret keys are unsupported" // ErrInvalidProviderType ... ErrInvalidProviderType = "Invalid provider type given, expected values are vpc, bluemix, softlayer" // ErrInvalidArgument ... ErrInvalidArgument = "Invalid arguments provided in the map, Only ProviderType or SecretKey expected" // ErrEmptySecretKeyProvided ... ErrEmptySecretKeyProvided = "Provided secret key is empty" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.