Documentation ¶
Index ¶
- Constants
- type Cloud
- func (c *Cloud) Compute() cloud.ComputeInterface
- func (c *Cloud) CreateBucket(ctx context.Context, bucket string) (*cloud.Bucket, error)
- func (c *Cloud) DescribeRegions(ctx context.Context) ([]*cloud.Region, error)
- func (c *Cloud) DescribeSubnets(ctx context.Context, vpcID string) ([]*cloud.Subnet, error)
- func (c *Cloud) DescribeVPCs(ctx context.Context) ([]*cloud.VPC, error)
- func (c *Cloud) DescribeZones(ctx context.Context) ([]*cloud.Zone, error)
- func (c *Cloud) GetBucket(ctx context.Context, bucket string) (*cloud.Bucket, error)
- func (c *Cloud) Name() cloud.ProviderName
- func (c *Cloud) Storage() cloud.StorageInterface
Constants ¶
View Source
const CloudProviderName cloud.ProviderName = "aws"
CloudProviderName is the name of this cloud provider.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cloud ¶
type Cloud struct {
// contains filtered or unexported fields
}
func (*Cloud) Compute ¶ added in v0.0.10
func (c *Cloud) Compute() cloud.ComputeInterface
func (*Cloud) CreateBucket ¶ added in v0.0.10
func (*Cloud) DescribeRegions ¶
func (*Cloud) DescribeSubnets ¶
func (*Cloud) DescribeVPCs ¶
func (*Cloud) DescribeZones ¶
func (*Cloud) Name ¶
func (c *Cloud) Name() cloud.ProviderName
func (*Cloud) Storage ¶ added in v0.0.10
func (c *Cloud) Storage() cloud.StorageInterface
Click to show internal directories.
Click to hide internal directories.