Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the provider's name. Name = "ebs" // OldName is the provider's old name. OldName = "ec2" // TagDelimiter separates tags from volume or snapshot names TagDelimiter = "/" // DefaultMaxRetries is the max number of times to retry failed operations DefaultMaxRetries = 10 // InstanceIDFieldRegion is the key to retrieve the region value from the // InstanceID Field map. InstanceIDFieldRegion = "region" // InstanceIDFieldAvailabilityZone is the key to retrieve the availability // zone value from the InstanceID Field map. InstanceIDFieldAvailabilityZone = "availabilityZone" // AccessKey is a key constant. AccessKey = "accessKey" // SecretKey is a key constant. SecretKey = "secretKey" // Region is a key constant. Region = "region" // Endpoint is a key constant. Endpoint = "endpoint" // MaxRetries is a key constant. MaxRetries = "maxRetries" // Tag is a key constant. Tag = "tag" )
View Source
const ( //ConfigEBS is a config key. ConfigEBS = "ebs" //ConfigEBSAccessKey is a config key. ConfigEBSAccessKey = ConfigEBS + "." + AccessKey //ConfigEBSSecretKey is a config key. ConfigEBSSecretKey = ConfigEBS + "." + SecretKey //ConfigEBSRegion is a config key. ConfigEBSRegion = ConfigEBS + "." + Region //ConfigEBSEndpoint is a config key. ConfigEBSEndpoint = ConfigEBS + "." + Endpoint //ConfigEBSMaxRetries is a config key. ConfigEBSMaxRetries = ConfigEBS + "." + MaxRetries //ConfigEBSTag is a config key. ConfigEBSTag = ConfigEBS + "." + Tag //ConfigEBSRexrayTag is a config key. ConfigEBSRexrayTag = ConfigEBS + ".rexrayTag" //ConfigOldEBS is a config key. ConfigOldEBS = "ec2" //ConfigOldEBSAccessKey is a config key. ConfigOldEBSAccessKey = ConfigOldEBS + "." + AccessKey //ConfigOldEBSSecretKey is a config key. ConfigOldEBSSecretKey = ConfigOldEBS + "." + SecretKey //ConfigOldEBSRegion is a config key. ConfigOldEBSRegion = ConfigOldEBS + "." + Region //ConfigOldEBSEndpoint is a config key. ConfigOldEBSEndpoint = ConfigOldEBS + "." + Endpoint //ConfigOldEBSMaxRetries is a config key. ConfigOldEBSMaxRetries = ConfigOldEBS + "." + MaxRetries //ConfigOldEBSTag is a config key. ConfigOldEBSTag = ConfigOldEBS + "." + Tag //ConfigOldEBSRexrayTag is a config key. ConfigOldEBSRexrayTag = ConfigOldEBS + ".rexrayTag" )
Variables ¶
This section is empty.
Functions ¶
func BackCompat ¶
BackCompat ensures keys can be used from old configurations.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.