e2e

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SyncClient

type SyncClient struct {
	*client.Client
}

func NewSyncClient

func NewSyncClient(config *client.Config) (*SyncClient, error)

func (*SyncClient) CreateFileShare

func (s *SyncClient) CreateFileShare(body client.FileShareBuilder) (*model.FileShareSpec, error)

func (*SyncClient) CreateVolume

func (s *SyncClient) CreateVolume(body client.VolumeBuilder) (*model.VolumeSpec, error)

func (*SyncClient) CreateVolumeAttachment

func (s *SyncClient) CreateVolumeAttachment(body client.VolumeAttachmentBuilder) (*model.VolumeAttachmentSpec, error)

func (*SyncClient) CreateVolumeGroup

func (s *SyncClient) CreateVolumeGroup(body client.VolumeGroupBuilder) (*model.VolumeGroupSpec, error)

func (*SyncClient) CreateVolumeSnapshot

func (s *SyncClient) CreateVolumeSnapshot(body client.VolumeSnapshotBuilder) (*model.VolumeSnapshotSpec, error)

func (*SyncClient) DeleteFileShare

func (s *SyncClient) DeleteFileShare(ID string) error

func (*SyncClient) DeleteVolume

func (s *SyncClient) DeleteVolume(volID string, body client.VolumeBuilder) error

func (*SyncClient) DeleteVolumeAttachment

func (s *SyncClient) DeleteVolumeAttachment(atcID string, body client.VolumeAttachmentBuilder) error

func (*SyncClient) DeleteVolumeGroup

func (s *SyncClient) DeleteVolumeGroup(vgId string, body client.VolumeGroupBuilder) error

func (*SyncClient) DeleteVolumeSnapshot

func (s *SyncClient) DeleteVolumeSnapshot(snpID string, body client.VolumeSnapshotBuilder) error

func (*SyncClient) ExtendVolume

func (s *SyncClient) ExtendVolume(volID string, body client.ExtendVolumeBuilder) (*model.VolumeSpec, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL