Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockVolumeDriver
- func (m *MockVolumeDriver) Attach(arg0 string, arg1 map[string]string) (string, error)
- func (m *MockVolumeDriver) CapacityUsage(arg0 string) (*api.CapacityUsageResponse, error)
- func (m *MockVolumeDriver) Catalog(arg0, arg1, arg2 string) (api.CatalogResponse, error)
- func (m *MockVolumeDriver) CloudBackupCatalog(arg0 *api.CloudBackupCatalogRequest) (*api.CloudBackupCatalogResponse, error)
- func (m *MockVolumeDriver) CloudBackupCreate(arg0 *api.CloudBackupCreateRequest) (*api.CloudBackupCreateResponse, error)
- func (m *MockVolumeDriver) CloudBackupDelete(arg0 *api.CloudBackupDeleteRequest) error
- func (m *MockVolumeDriver) CloudBackupDeleteAll(arg0 *api.CloudBackupDeleteAllRequest) error
- func (m *MockVolumeDriver) CloudBackupEnumerate(arg0 *api.CloudBackupEnumerateRequest) (*api.CloudBackupEnumerateResponse, error)
- func (m *MockVolumeDriver) CloudBackupGroupCreate(arg0 *api.CloudBackupGroupCreateRequest) error
- func (m *MockVolumeDriver) CloudBackupGroupSchedCreate(arg0 *api.CloudBackupGroupSchedCreateRequest) (*api.CloudBackupSchedCreateResponse, error)
- func (m *MockVolumeDriver) CloudBackupHistory(arg0 *api.CloudBackupHistoryRequest) (*api.CloudBackupHistoryResponse, error)
- func (m *MockVolumeDriver) CloudBackupRestore(arg0 *api.CloudBackupRestoreRequest) (*api.CloudBackupRestoreResponse, error)
- func (m *MockVolumeDriver) CloudBackupSchedCreate(arg0 *api.CloudBackupSchedCreateRequest) (*api.CloudBackupSchedCreateResponse, error)
- func (m *MockVolumeDriver) CloudBackupSchedDelete(arg0 *api.CloudBackupSchedDeleteRequest) error
- func (m *MockVolumeDriver) CloudBackupSchedEnumerate() (*api.CloudBackupSchedEnumerateResponse, error)
- func (m *MockVolumeDriver) CloudBackupStateChange(arg0 *api.CloudBackupStateChangeRequest) error
- func (m *MockVolumeDriver) CloudBackupStatus(arg0 *api.CloudBackupStatusRequest) (*api.CloudBackupStatusResponse, error)
- func (m *MockVolumeDriver) CloudMigrateCancel(arg0 *api.CloudMigrateCancelRequest) error
- func (m *MockVolumeDriver) CloudMigrateStart(arg0 *api.CloudMigrateStartRequest) (*api.CloudMigrateStartResponse, error)
- func (m *MockVolumeDriver) CloudMigrateStatus(arg0 *api.CloudMigrateStatusRequest) (*api.CloudMigrateStatusResponse, error)
- func (m *MockVolumeDriver) Create(arg0 *api.VolumeLocator, arg1 *api.Source, arg2 *api.VolumeSpec) (string, error)
- func (m *MockVolumeDriver) CredsCreate(arg0 map[string]string) (string, error)
- func (m *MockVolumeDriver) CredsDelete(arg0 string) error
- func (m *MockVolumeDriver) CredsEnumerate() (map[string]interface{}, error)
- func (m *MockVolumeDriver) CredsValidate(arg0 string) error
- func (m *MockVolumeDriver) Delete(arg0 string) error
- func (m *MockVolumeDriver) Detach(arg0 string, arg1 map[string]string) error
- func (m *MockVolumeDriver) EXPECT() *MockVolumeDriverMockRecorder
- func (m *MockVolumeDriver) Enumerate(arg0 *api.VolumeLocator, arg1 map[string]string) ([]*api.Volume, error)
- func (m *MockVolumeDriver) Flush(arg0 string) error
- func (m *MockVolumeDriver) GetActiveRequests() (*api.ActiveRequests, error)
- func (m *MockVolumeDriver) Inspect(arg0 []string) ([]*api.Volume, error)
- func (m *MockVolumeDriver) Mount(arg0, arg1 string, arg2 map[string]string) error
- func (m *MockVolumeDriver) MountedAt(arg0 string) string
- func (m *MockVolumeDriver) Name() string
- func (m *MockVolumeDriver) Quiesce(arg0 string, arg1 uint64, arg2 string) error
- func (m *MockVolumeDriver) Read(arg0 string, arg1 []byte, arg2 uint64, arg3 int64) (int64, error)
- func (m *MockVolumeDriver) Restore(arg0, arg1 string) error
- func (m *MockVolumeDriver) Set(arg0 string, arg1 *api.VolumeLocator, arg2 *api.VolumeSpec) error
- func (m *MockVolumeDriver) Shutdown()
- func (m *MockVolumeDriver) SnapEnumerate(arg0 []string, arg1 map[string]string) ([]*api.Volume, error)
- func (m *MockVolumeDriver) Snapshot(arg0 string, arg1 bool, arg2 *api.VolumeLocator, arg3 bool) (string, error)
- func (m *MockVolumeDriver) SnapshotGroup(arg0 string, arg1 map[string]string) (*api.GroupSnapCreateResponse, error)
- func (m *MockVolumeDriver) Stats(arg0 string, arg1 bool) (*api.Stats, error)
- func (m *MockVolumeDriver) Status() [][2]string
- func (m *MockVolumeDriver) Type() api.DriverType
- func (m *MockVolumeDriver) Unmount(arg0, arg1 string, arg2 map[string]string) error
- func (m *MockVolumeDriver) Unquiesce(arg0 string) error
- func (m *MockVolumeDriver) UsedSize(arg0 string) (uint64, error)
- func (m *MockVolumeDriver) Version() (*api.StorageVersion, error)
- func (m *MockVolumeDriver) Write(arg0 string, arg1 []byte, arg2 uint64, arg3 int64) (int64, error)
- type MockVolumeDriverMockRecorder
- func (mr *MockVolumeDriverMockRecorder) Attach(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CapacityUsage(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Catalog(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupCatalog(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupCreate(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupDelete(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupDeleteAll(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupEnumerate(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupGroupCreate(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupGroupSchedCreate(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupHistory(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupRestore(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupSchedCreate(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupSchedDelete(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupSchedEnumerate() *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupStateChange(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudBackupStatus(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudMigrateCancel(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudMigrateStart(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CloudMigrateStatus(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CredsCreate(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CredsDelete(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CredsEnumerate() *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) CredsValidate(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Delete(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Detach(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Enumerate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Flush(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) GetActiveRequests() *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Inspect(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Mount(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) MountedAt(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Name() *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Quiesce(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Read(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Restore(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Set(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Shutdown() *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) SnapEnumerate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Snapshot(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) SnapshotGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Stats(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Status() *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Type() *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Unmount(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Unquiesce(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) UsedSize(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Version() *gomock.Call
- func (mr *MockVolumeDriverMockRecorder) Write(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVolumeDriver ¶
type MockVolumeDriver struct {
// contains filtered or unexported fields
}
MockVolumeDriver is a mock of VolumeDriver interface
func NewMockVolumeDriver ¶
func NewMockVolumeDriver(ctrl *gomock.Controller) *MockVolumeDriver
NewMockVolumeDriver creates a new mock instance
func (*MockVolumeDriver) CapacityUsage ¶
func (m *MockVolumeDriver) CapacityUsage(arg0 string) (*api.CapacityUsageResponse, error)
CapacityUsage mocks base method
func (*MockVolumeDriver) Catalog ¶
func (m *MockVolumeDriver) Catalog(arg0, arg1, arg2 string) (api.CatalogResponse, error)
Catalog mocks base method
func (*MockVolumeDriver) CloudBackupCatalog ¶
func (m *MockVolumeDriver) CloudBackupCatalog(arg0 *api.CloudBackupCatalogRequest) (*api.CloudBackupCatalogResponse, error)
CloudBackupCatalog mocks base method
func (*MockVolumeDriver) CloudBackupCreate ¶
func (m *MockVolumeDriver) CloudBackupCreate(arg0 *api.CloudBackupCreateRequest) (*api.CloudBackupCreateResponse, error)
CloudBackupCreate mocks base method
func (*MockVolumeDriver) CloudBackupDelete ¶
func (m *MockVolumeDriver) CloudBackupDelete(arg0 *api.CloudBackupDeleteRequest) error
CloudBackupDelete mocks base method
func (*MockVolumeDriver) CloudBackupDeleteAll ¶
func (m *MockVolumeDriver) CloudBackupDeleteAll(arg0 *api.CloudBackupDeleteAllRequest) error
CloudBackupDeleteAll mocks base method
func (*MockVolumeDriver) CloudBackupEnumerate ¶
func (m *MockVolumeDriver) CloudBackupEnumerate(arg0 *api.CloudBackupEnumerateRequest) (*api.CloudBackupEnumerateResponse, error)
CloudBackupEnumerate mocks base method
func (*MockVolumeDriver) CloudBackupGroupCreate ¶
func (m *MockVolumeDriver) CloudBackupGroupCreate(arg0 *api.CloudBackupGroupCreateRequest) error
CloudBackupGroupCreate mocks base method
func (*MockVolumeDriver) CloudBackupGroupSchedCreate ¶
func (m *MockVolumeDriver) CloudBackupGroupSchedCreate(arg0 *api.CloudBackupGroupSchedCreateRequest) (*api.CloudBackupSchedCreateResponse, error)
CloudBackupGroupSchedCreate mocks base method
func (*MockVolumeDriver) CloudBackupHistory ¶
func (m *MockVolumeDriver) CloudBackupHistory(arg0 *api.CloudBackupHistoryRequest) (*api.CloudBackupHistoryResponse, error)
CloudBackupHistory mocks base method
func (*MockVolumeDriver) CloudBackupRestore ¶
func (m *MockVolumeDriver) CloudBackupRestore(arg0 *api.CloudBackupRestoreRequest) (*api.CloudBackupRestoreResponse, error)
CloudBackupRestore mocks base method
func (*MockVolumeDriver) CloudBackupSchedCreate ¶
func (m *MockVolumeDriver) CloudBackupSchedCreate(arg0 *api.CloudBackupSchedCreateRequest) (*api.CloudBackupSchedCreateResponse, error)
CloudBackupSchedCreate mocks base method
func (*MockVolumeDriver) CloudBackupSchedDelete ¶
func (m *MockVolumeDriver) CloudBackupSchedDelete(arg0 *api.CloudBackupSchedDeleteRequest) error
CloudBackupSchedDelete mocks base method
func (*MockVolumeDriver) CloudBackupSchedEnumerate ¶
func (m *MockVolumeDriver) CloudBackupSchedEnumerate() (*api.CloudBackupSchedEnumerateResponse, error)
CloudBackupSchedEnumerate mocks base method
func (*MockVolumeDriver) CloudBackupStateChange ¶
func (m *MockVolumeDriver) CloudBackupStateChange(arg0 *api.CloudBackupStateChangeRequest) error
CloudBackupStateChange mocks base method
func (*MockVolumeDriver) CloudBackupStatus ¶
func (m *MockVolumeDriver) CloudBackupStatus(arg0 *api.CloudBackupStatusRequest) (*api.CloudBackupStatusResponse, error)
CloudBackupStatus mocks base method
func (*MockVolumeDriver) CloudMigrateCancel ¶
func (m *MockVolumeDriver) CloudMigrateCancel(arg0 *api.CloudMigrateCancelRequest) error
CloudMigrateCancel mocks base method
func (*MockVolumeDriver) CloudMigrateStart ¶
func (m *MockVolumeDriver) CloudMigrateStart(arg0 *api.CloudMigrateStartRequest) (*api.CloudMigrateStartResponse, error)
CloudMigrateStart mocks base method
func (*MockVolumeDriver) CloudMigrateStatus ¶
func (m *MockVolumeDriver) CloudMigrateStatus(arg0 *api.CloudMigrateStatusRequest) (*api.CloudMigrateStatusResponse, error)
CloudMigrateStatus mocks base method
func (*MockVolumeDriver) Create ¶
func (m *MockVolumeDriver) Create(arg0 *api.VolumeLocator, arg1 *api.Source, arg2 *api.VolumeSpec) (string, error)
Create mocks base method
func (*MockVolumeDriver) CredsCreate ¶
func (m *MockVolumeDriver) CredsCreate(arg0 map[string]string) (string, error)
CredsCreate mocks base method
func (*MockVolumeDriver) CredsDelete ¶
func (m *MockVolumeDriver) CredsDelete(arg0 string) error
CredsDelete mocks base method
func (*MockVolumeDriver) CredsEnumerate ¶
func (m *MockVolumeDriver) CredsEnumerate() (map[string]interface{}, error)
CredsEnumerate mocks base method
func (*MockVolumeDriver) CredsValidate ¶
func (m *MockVolumeDriver) CredsValidate(arg0 string) error
CredsValidate mocks base method
func (*MockVolumeDriver) Delete ¶
func (m *MockVolumeDriver) Delete(arg0 string) error
Delete mocks base method
func (*MockVolumeDriver) Detach ¶
func (m *MockVolumeDriver) Detach(arg0 string, arg1 map[string]string) error
Detach mocks base method
func (*MockVolumeDriver) EXPECT ¶
func (m *MockVolumeDriver) EXPECT() *MockVolumeDriverMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockVolumeDriver) Enumerate ¶
func (m *MockVolumeDriver) Enumerate(arg0 *api.VolumeLocator, arg1 map[string]string) ([]*api.Volume, error)
Enumerate mocks base method
func (*MockVolumeDriver) Flush ¶
func (m *MockVolumeDriver) Flush(arg0 string) error
Flush mocks base method
func (*MockVolumeDriver) GetActiveRequests ¶
func (m *MockVolumeDriver) GetActiveRequests() (*api.ActiveRequests, error)
GetActiveRequests mocks base method
func (*MockVolumeDriver) Inspect ¶
func (m *MockVolumeDriver) Inspect(arg0 []string) ([]*api.Volume, error)
Inspect mocks base method
func (*MockVolumeDriver) Mount ¶
func (m *MockVolumeDriver) Mount(arg0, arg1 string, arg2 map[string]string) error
Mount mocks base method
func (*MockVolumeDriver) MountedAt ¶
func (m *MockVolumeDriver) MountedAt(arg0 string) string
MountedAt mocks base method
func (*MockVolumeDriver) Quiesce ¶
func (m *MockVolumeDriver) Quiesce(arg0 string, arg1 uint64, arg2 string) error
Quiesce mocks base method
func (*MockVolumeDriver) Restore ¶
func (m *MockVolumeDriver) Restore(arg0, arg1 string) error
Restore mocks base method
func (*MockVolumeDriver) Set ¶
func (m *MockVolumeDriver) Set(arg0 string, arg1 *api.VolumeLocator, arg2 *api.VolumeSpec) error
Set mocks base method
func (*MockVolumeDriver) Shutdown ¶
func (m *MockVolumeDriver) Shutdown()
Shutdown mocks base method
func (*MockVolumeDriver) SnapEnumerate ¶
func (m *MockVolumeDriver) SnapEnumerate(arg0 []string, arg1 map[string]string) ([]*api.Volume, error)
SnapEnumerate mocks base method
func (*MockVolumeDriver) Snapshot ¶
func (m *MockVolumeDriver) Snapshot(arg0 string, arg1 bool, arg2 *api.VolumeLocator, arg3 bool) (string, error)
Snapshot mocks base method
func (*MockVolumeDriver) SnapshotGroup ¶
func (m *MockVolumeDriver) SnapshotGroup(arg0 string, arg1 map[string]string) (*api.GroupSnapCreateResponse, error)
SnapshotGroup mocks base method
func (*MockVolumeDriver) Status ¶
func (m *MockVolumeDriver) Status() [][2]string
Status mocks base method
func (*MockVolumeDriver) Type ¶
func (m *MockVolumeDriver) Type() api.DriverType
Type mocks base method
func (*MockVolumeDriver) Unmount ¶
func (m *MockVolumeDriver) Unmount(arg0, arg1 string, arg2 map[string]string) error
Unmount mocks base method
func (*MockVolumeDriver) Unquiesce ¶
func (m *MockVolumeDriver) Unquiesce(arg0 string) error
Unquiesce mocks base method
func (*MockVolumeDriver) UsedSize ¶
func (m *MockVolumeDriver) UsedSize(arg0 string) (uint64, error)
UsedSize mocks base method
func (*MockVolumeDriver) Version ¶
func (m *MockVolumeDriver) Version() (*api.StorageVersion, error)
Version mocks base method
type MockVolumeDriverMockRecorder ¶
type MockVolumeDriverMockRecorder struct {
// contains filtered or unexported fields
}
MockVolumeDriverMockRecorder is the mock recorder for MockVolumeDriver
func (*MockVolumeDriverMockRecorder) Attach ¶
func (mr *MockVolumeDriverMockRecorder) Attach(arg0, arg1 interface{}) *gomock.Call
Attach indicates an expected call of Attach
func (*MockVolumeDriverMockRecorder) CapacityUsage ¶
func (mr *MockVolumeDriverMockRecorder) CapacityUsage(arg0 interface{}) *gomock.Call
CapacityUsage indicates an expected call of CapacityUsage
func (*MockVolumeDriverMockRecorder) Catalog ¶
func (mr *MockVolumeDriverMockRecorder) Catalog(arg0, arg1, arg2 interface{}) *gomock.Call
Catalog indicates an expected call of Catalog
func (*MockVolumeDriverMockRecorder) CloudBackupCatalog ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupCatalog(arg0 interface{}) *gomock.Call
CloudBackupCatalog indicates an expected call of CloudBackupCatalog
func (*MockVolumeDriverMockRecorder) CloudBackupCreate ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupCreate(arg0 interface{}) *gomock.Call
CloudBackupCreate indicates an expected call of CloudBackupCreate
func (*MockVolumeDriverMockRecorder) CloudBackupDelete ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupDelete(arg0 interface{}) *gomock.Call
CloudBackupDelete indicates an expected call of CloudBackupDelete
func (*MockVolumeDriverMockRecorder) CloudBackupDeleteAll ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupDeleteAll(arg0 interface{}) *gomock.Call
CloudBackupDeleteAll indicates an expected call of CloudBackupDeleteAll
func (*MockVolumeDriverMockRecorder) CloudBackupEnumerate ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupEnumerate(arg0 interface{}) *gomock.Call
CloudBackupEnumerate indicates an expected call of CloudBackupEnumerate
func (*MockVolumeDriverMockRecorder) CloudBackupGroupCreate ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupGroupCreate(arg0 interface{}) *gomock.Call
CloudBackupGroupCreate indicates an expected call of CloudBackupGroupCreate
func (*MockVolumeDriverMockRecorder) CloudBackupGroupSchedCreate ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupGroupSchedCreate(arg0 interface{}) *gomock.Call
CloudBackupGroupSchedCreate indicates an expected call of CloudBackupGroupSchedCreate
func (*MockVolumeDriverMockRecorder) CloudBackupHistory ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupHistory(arg0 interface{}) *gomock.Call
CloudBackupHistory indicates an expected call of CloudBackupHistory
func (*MockVolumeDriverMockRecorder) CloudBackupRestore ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupRestore(arg0 interface{}) *gomock.Call
CloudBackupRestore indicates an expected call of CloudBackupRestore
func (*MockVolumeDriverMockRecorder) CloudBackupSchedCreate ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupSchedCreate(arg0 interface{}) *gomock.Call
CloudBackupSchedCreate indicates an expected call of CloudBackupSchedCreate
func (*MockVolumeDriverMockRecorder) CloudBackupSchedDelete ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupSchedDelete(arg0 interface{}) *gomock.Call
CloudBackupSchedDelete indicates an expected call of CloudBackupSchedDelete
func (*MockVolumeDriverMockRecorder) CloudBackupSchedEnumerate ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupSchedEnumerate() *gomock.Call
CloudBackupSchedEnumerate indicates an expected call of CloudBackupSchedEnumerate
func (*MockVolumeDriverMockRecorder) CloudBackupStateChange ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupStateChange(arg0 interface{}) *gomock.Call
CloudBackupStateChange indicates an expected call of CloudBackupStateChange
func (*MockVolumeDriverMockRecorder) CloudBackupStatus ¶
func (mr *MockVolumeDriverMockRecorder) CloudBackupStatus(arg0 interface{}) *gomock.Call
CloudBackupStatus indicates an expected call of CloudBackupStatus
func (*MockVolumeDriverMockRecorder) CloudMigrateCancel ¶
func (mr *MockVolumeDriverMockRecorder) CloudMigrateCancel(arg0 interface{}) *gomock.Call
CloudMigrateCancel indicates an expected call of CloudMigrateCancel
func (*MockVolumeDriverMockRecorder) CloudMigrateStart ¶
func (mr *MockVolumeDriverMockRecorder) CloudMigrateStart(arg0 interface{}) *gomock.Call
CloudMigrateStart indicates an expected call of CloudMigrateStart
func (*MockVolumeDriverMockRecorder) CloudMigrateStatus ¶
func (mr *MockVolumeDriverMockRecorder) CloudMigrateStatus(arg0 interface{}) *gomock.Call
CloudMigrateStatus indicates an expected call of CloudMigrateStatus
func (*MockVolumeDriverMockRecorder) Create ¶
func (mr *MockVolumeDriverMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockVolumeDriverMockRecorder) CredsCreate ¶
func (mr *MockVolumeDriverMockRecorder) CredsCreate(arg0 interface{}) *gomock.Call
CredsCreate indicates an expected call of CredsCreate
func (*MockVolumeDriverMockRecorder) CredsDelete ¶
func (mr *MockVolumeDriverMockRecorder) CredsDelete(arg0 interface{}) *gomock.Call
CredsDelete indicates an expected call of CredsDelete
func (*MockVolumeDriverMockRecorder) CredsEnumerate ¶
func (mr *MockVolumeDriverMockRecorder) CredsEnumerate() *gomock.Call
CredsEnumerate indicates an expected call of CredsEnumerate
func (*MockVolumeDriverMockRecorder) CredsValidate ¶
func (mr *MockVolumeDriverMockRecorder) CredsValidate(arg0 interface{}) *gomock.Call
CredsValidate indicates an expected call of CredsValidate
func (*MockVolumeDriverMockRecorder) Delete ¶
func (mr *MockVolumeDriverMockRecorder) Delete(arg0 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockVolumeDriverMockRecorder) Detach ¶
func (mr *MockVolumeDriverMockRecorder) Detach(arg0, arg1 interface{}) *gomock.Call
Detach indicates an expected call of Detach
func (*MockVolumeDriverMockRecorder) Enumerate ¶
func (mr *MockVolumeDriverMockRecorder) Enumerate(arg0, arg1 interface{}) *gomock.Call
Enumerate indicates an expected call of Enumerate
func (*MockVolumeDriverMockRecorder) Flush ¶
func (mr *MockVolumeDriverMockRecorder) Flush(arg0 interface{}) *gomock.Call
Flush indicates an expected call of Flush
func (*MockVolumeDriverMockRecorder) GetActiveRequests ¶
func (mr *MockVolumeDriverMockRecorder) GetActiveRequests() *gomock.Call
GetActiveRequests indicates an expected call of GetActiveRequests
func (*MockVolumeDriverMockRecorder) Inspect ¶
func (mr *MockVolumeDriverMockRecorder) Inspect(arg0 interface{}) *gomock.Call
Inspect indicates an expected call of Inspect
func (*MockVolumeDriverMockRecorder) Mount ¶
func (mr *MockVolumeDriverMockRecorder) Mount(arg0, arg1, arg2 interface{}) *gomock.Call
Mount indicates an expected call of Mount
func (*MockVolumeDriverMockRecorder) MountedAt ¶
func (mr *MockVolumeDriverMockRecorder) MountedAt(arg0 interface{}) *gomock.Call
MountedAt indicates an expected call of MountedAt
func (*MockVolumeDriverMockRecorder) Name ¶
func (mr *MockVolumeDriverMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name
func (*MockVolumeDriverMockRecorder) Quiesce ¶
func (mr *MockVolumeDriverMockRecorder) Quiesce(arg0, arg1, arg2 interface{}) *gomock.Call
Quiesce indicates an expected call of Quiesce
func (*MockVolumeDriverMockRecorder) Read ¶
func (mr *MockVolumeDriverMockRecorder) Read(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockVolumeDriverMockRecorder) Restore ¶
func (mr *MockVolumeDriverMockRecorder) Restore(arg0, arg1 interface{}) *gomock.Call
Restore indicates an expected call of Restore
func (*MockVolumeDriverMockRecorder) Set ¶
func (mr *MockVolumeDriverMockRecorder) Set(arg0, arg1, arg2 interface{}) *gomock.Call
Set indicates an expected call of Set
func (*MockVolumeDriverMockRecorder) Shutdown ¶
func (mr *MockVolumeDriverMockRecorder) Shutdown() *gomock.Call
Shutdown indicates an expected call of Shutdown
func (*MockVolumeDriverMockRecorder) SnapEnumerate ¶
func (mr *MockVolumeDriverMockRecorder) SnapEnumerate(arg0, arg1 interface{}) *gomock.Call
SnapEnumerate indicates an expected call of SnapEnumerate
func (*MockVolumeDriverMockRecorder) Snapshot ¶
func (mr *MockVolumeDriverMockRecorder) Snapshot(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Snapshot indicates an expected call of Snapshot
func (*MockVolumeDriverMockRecorder) SnapshotGroup ¶
func (mr *MockVolumeDriverMockRecorder) SnapshotGroup(arg0, arg1 interface{}) *gomock.Call
SnapshotGroup indicates an expected call of SnapshotGroup
func (*MockVolumeDriverMockRecorder) Stats ¶
func (mr *MockVolumeDriverMockRecorder) Stats(arg0, arg1 interface{}) *gomock.Call
Stats indicates an expected call of Stats
func (*MockVolumeDriverMockRecorder) Status ¶
func (mr *MockVolumeDriverMockRecorder) Status() *gomock.Call
Status indicates an expected call of Status
func (*MockVolumeDriverMockRecorder) Type ¶
func (mr *MockVolumeDriverMockRecorder) Type() *gomock.Call
Type indicates an expected call of Type
func (*MockVolumeDriverMockRecorder) Unmount ¶
func (mr *MockVolumeDriverMockRecorder) Unmount(arg0, arg1, arg2 interface{}) *gomock.Call
Unmount indicates an expected call of Unmount
func (*MockVolumeDriverMockRecorder) Unquiesce ¶
func (mr *MockVolumeDriverMockRecorder) Unquiesce(arg0 interface{}) *gomock.Call
Unquiesce indicates an expected call of Unquiesce
func (*MockVolumeDriverMockRecorder) UsedSize ¶
func (mr *MockVolumeDriverMockRecorder) UsedSize(arg0 interface{}) *gomock.Call
UsedSize indicates an expected call of UsedSize
func (*MockVolumeDriverMockRecorder) Version ¶
func (mr *MockVolumeDriverMockRecorder) Version() *gomock.Call
Version indicates an expected call of Version
func (*MockVolumeDriverMockRecorder) Write ¶
func (mr *MockVolumeDriverMockRecorder) Write(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Write indicates an expected call of Write