Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsAdapter ¶
type AwsAdapter struct {
// contains filtered or unexported fields
}
func (*AwsAdapter) Create ¶
func (ad *AwsAdapter) Create(ctx context.Context, volume *model.Volume) (*pb.CreateVolumeResponse, error)
Create EBS volume
func (*AwsAdapter) List ¶
func (ad *AwsAdapter) List(ctx context.Context) (*pb.ListVolumesResponse, error)
type AwsDriverFactory ¶
type AwsDriverFactory struct {
}
func (*AwsDriverFactory) CreateDriver ¶
func (factory *AwsDriverFactory) CreateDriver(backend *backendpb.BackendDetail) (driver.StorageDriver, error)
Click to show internal directories.
Click to hide internal directories.