mock

package
v9.4.47+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

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) Attach

func (m *MockVolumeDriver) Attach(arg0 context.Context, arg1 string, arg2 map[string]string) (string, error)

Attach mocks base method

func (*MockVolumeDriver) AutoFilesystemTrimPop

func (m *MockVolumeDriver) AutoFilesystemTrimPop(arg0 *api.SdkAutoFSTrimPopRequest) (*api.SdkAutoFSTrimPopResponse, error)

AutoFilesystemTrimPop mocks base method

func (*MockVolumeDriver) AutoFilesystemTrimPush

func (m *MockVolumeDriver) AutoFilesystemTrimPush(arg0 *api.SdkAutoFSTrimPushRequest) (*api.SdkAutoFSTrimPushResponse, error)

AutoFilesystemTrimPush mocks base method

func (*MockVolumeDriver) AutoFilesystemTrimStatus

AutoFilesystemTrimStatus mocks base method

func (*MockVolumeDriver) AutoFilesystemTrimUsage

func (m *MockVolumeDriver) AutoFilesystemTrimUsage(arg0 *api.SdkAutoFSTrimUsageRequest) (*api.SdkAutoFSTrimUsageResponse, error)

AutoFilesystemTrimUsage mocks base method

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

CloudBackupCatalog mocks base method

func (*MockVolumeDriver) CloudBackupCreate

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

CloudBackupEnumerate mocks base method

func (*MockVolumeDriver) CloudBackupGroupCreate

CloudBackupGroupCreate mocks base method

func (*MockVolumeDriver) CloudBackupGroupSchedCreate

CloudBackupGroupSchedCreate mocks base method

func (*MockVolumeDriver) CloudBackupGroupSchedUpdate

func (m *MockVolumeDriver) CloudBackupGroupSchedUpdate(arg0 *api.CloudBackupGroupSchedUpdateRequest) error

CloudBackupGroupSchedUpdate mocks base method

func (*MockVolumeDriver) CloudBackupHistory

CloudBackupHistory mocks base method

func (*MockVolumeDriver) CloudBackupRestore

CloudBackupRestore mocks base method

func (*MockVolumeDriver) CloudBackupSchedCreate

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) CloudBackupSchedUpdate

func (m *MockVolumeDriver) CloudBackupSchedUpdate(arg0 *api.CloudBackupSchedUpdateRequest) error

CloudBackupSchedUpdate mocks base method

func (*MockVolumeDriver) CloudBackupSize

CloudBackupSize mocks base method

func (*MockVolumeDriver) CloudBackupStateChange

func (m *MockVolumeDriver) CloudBackupStateChange(arg0 *api.CloudBackupStateChangeRequest) error

CloudBackupStateChange mocks base method

func (*MockVolumeDriver) CloudBackupStatus

CloudBackupStatus mocks base method

func (*MockVolumeDriver) CloudMigrateCancel

func (m *MockVolumeDriver) CloudMigrateCancel(arg0 *api.CloudMigrateCancelRequest) error

CloudMigrateCancel mocks base method

func (*MockVolumeDriver) CloudMigrateStart

CloudMigrateStart mocks base method

func (*MockVolumeDriver) CloudMigrateStatus

CloudMigrateStatus mocks base method

func (*MockVolumeDriver) Create

func (m *MockVolumeDriver) Create(arg0 context.Context, arg1 *api.VolumeLocator, arg2 *api.Source, arg3 *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) CredsDeleteReferences

func (m *MockVolumeDriver) CredsDeleteReferences(arg0 string) error

CredsDeleteReferences mocks base method

func (*MockVolumeDriver) CredsEnumerate

func (m *MockVolumeDriver) CredsEnumerate() (map[string]interface{}, error)

CredsEnumerate mocks base method

func (*MockVolumeDriver) CredsUpdate

func (m *MockVolumeDriver) CredsUpdate(arg0 string, arg1 map[string]string) error

CredsUpdate 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 context.Context, arg1 string) error

Delete mocks base method

func (*MockVolumeDriver) Detach

func (m *MockVolumeDriver) Detach(arg0 context.Context, arg1 string, arg2 map[string]string) error

Detach mocks base method

func (*MockVolumeDriver) EXPECT

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) FilesystemCheckStart

FilesystemCheckStart mocks base method

func (*MockVolumeDriver) FilesystemCheckStatus

FilesystemCheckStatus mocks base method

func (*MockVolumeDriver) FilesystemCheckStop

FilesystemCheckStop mocks base method

func (*MockVolumeDriver) FilesystemTrimStart

FilesystemTrimStart mocks base method

func (*MockVolumeDriver) FilesystemTrimStatus

FilesystemTrimStatus mocks base method

func (*MockVolumeDriver) FilesystemTrimStop

FilesystemTrimStop 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 context.Context, arg1, arg2 string, arg3 map[string]string) error

Mount mocks base method

func (*MockVolumeDriver) MountedAt

func (m *MockVolumeDriver) MountedAt(arg0 context.Context, arg1 string) string

MountedAt mocks base method

func (*MockVolumeDriver) Name

func (m *MockVolumeDriver) Name() string

Name mocks base method

func (*MockVolumeDriver) Quiesce

func (m *MockVolumeDriver) Quiesce(arg0 string, arg1 uint64, arg2 string) error

Quiesce mocks base method

func (*MockVolumeDriver) Read

func (m *MockVolumeDriver) Read(arg0 string, arg1 []byte, arg2 uint64, arg3 int64) (int64, error)

Read 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, arg2 []string, arg3 bool) (*api.GroupSnapCreateResponse, error)

SnapshotGroup mocks base method

func (*MockVolumeDriver) Stats

func (m *MockVolumeDriver) Stats(arg0 string, arg1 bool) (*api.Stats, error)

Stats 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 context.Context, arg1, arg2 string, arg3 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

func (*MockVolumeDriver) VolService

VolService mocks base method

func (*MockVolumeDriver) VolumeUsageByNode

func (m *MockVolumeDriver) VolumeUsageByNode(arg0 string) (*api.VolumeUsageByNode, error)

VolumeUsageByNode mocks base method

func (*MockVolumeDriver) Write

func (m *MockVolumeDriver) Write(arg0 string, arg1 []byte, arg2 uint64, arg3 int64) (int64, error)

Write 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, arg2 interface{}) *gomock.Call

Attach indicates an expected call of Attach

func (*MockVolumeDriverMockRecorder) AutoFilesystemTrimPop

func (mr *MockVolumeDriverMockRecorder) AutoFilesystemTrimPop(arg0 interface{}) *gomock.Call

AutoFilesystemTrimPop indicates an expected call of AutoFilesystemTrimPop

func (*MockVolumeDriverMockRecorder) AutoFilesystemTrimPush

func (mr *MockVolumeDriverMockRecorder) AutoFilesystemTrimPush(arg0 interface{}) *gomock.Call

AutoFilesystemTrimPush indicates an expected call of AutoFilesystemTrimPush

func (*MockVolumeDriverMockRecorder) AutoFilesystemTrimStatus

func (mr *MockVolumeDriverMockRecorder) AutoFilesystemTrimStatus(arg0 interface{}) *gomock.Call

AutoFilesystemTrimStatus indicates an expected call of AutoFilesystemTrimStatus

func (*MockVolumeDriverMockRecorder) AutoFilesystemTrimUsage

func (mr *MockVolumeDriverMockRecorder) AutoFilesystemTrimUsage(arg0 interface{}) *gomock.Call

AutoFilesystemTrimUsage indicates an expected call of AutoFilesystemTrimUsage

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) CloudBackupGroupSchedUpdate

func (mr *MockVolumeDriverMockRecorder) CloudBackupGroupSchedUpdate(arg0 interface{}) *gomock.Call

CloudBackupGroupSchedUpdate indicates an expected call of CloudBackupGroupSchedUpdate

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) CloudBackupSchedUpdate

func (mr *MockVolumeDriverMockRecorder) CloudBackupSchedUpdate(arg0 interface{}) *gomock.Call

CloudBackupSchedUpdate indicates an expected call of CloudBackupSchedUpdate

func (*MockVolumeDriverMockRecorder) CloudBackupSize

func (mr *MockVolumeDriverMockRecorder) CloudBackupSize(arg0 interface{}) *gomock.Call

CloudBackupSize indicates an expected call of CloudBackupSize

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, arg3 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) CredsDeleteReferences

func (mr *MockVolumeDriverMockRecorder) CredsDeleteReferences(arg0 interface{}) *gomock.Call

CredsDeleteReferences indicates an expected call of CredsDeleteReferences

func (*MockVolumeDriverMockRecorder) CredsEnumerate

func (mr *MockVolumeDriverMockRecorder) CredsEnumerate() *gomock.Call

CredsEnumerate indicates an expected call of CredsEnumerate

func (*MockVolumeDriverMockRecorder) CredsUpdate

func (mr *MockVolumeDriverMockRecorder) CredsUpdate(arg0, arg1 interface{}) *gomock.Call

CredsUpdate indicates an expected call of CredsUpdate

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, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockVolumeDriverMockRecorder) Detach

func (mr *MockVolumeDriverMockRecorder) Detach(arg0, arg1, arg2 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) FilesystemCheckStart

func (mr *MockVolumeDriverMockRecorder) FilesystemCheckStart(arg0 interface{}) *gomock.Call

FilesystemCheckStart indicates an expected call of FilesystemCheckStart

func (*MockVolumeDriverMockRecorder) FilesystemCheckStatus

func (mr *MockVolumeDriverMockRecorder) FilesystemCheckStatus(arg0 interface{}) *gomock.Call

FilesystemCheckStatus indicates an expected call of FilesystemCheckStatus

func (*MockVolumeDriverMockRecorder) FilesystemCheckStop

func (mr *MockVolumeDriverMockRecorder) FilesystemCheckStop(arg0 interface{}) *gomock.Call

FilesystemCheckStop indicates an expected call of FilesystemCheckStop

func (*MockVolumeDriverMockRecorder) FilesystemTrimStart

func (mr *MockVolumeDriverMockRecorder) FilesystemTrimStart(arg0 interface{}) *gomock.Call

FilesystemTrimStart indicates an expected call of FilesystemTrimStart

func (*MockVolumeDriverMockRecorder) FilesystemTrimStatus

func (mr *MockVolumeDriverMockRecorder) FilesystemTrimStatus(arg0 interface{}) *gomock.Call

FilesystemTrimStatus indicates an expected call of FilesystemTrimStatus

func (*MockVolumeDriverMockRecorder) FilesystemTrimStop

func (mr *MockVolumeDriverMockRecorder) FilesystemTrimStop(arg0 interface{}) *gomock.Call

FilesystemTrimStop indicates an expected call of FilesystemTrimStop

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, arg3 interface{}) *gomock.Call

Mount indicates an expected call of Mount

func (*MockVolumeDriverMockRecorder) MountedAt

func (mr *MockVolumeDriverMockRecorder) MountedAt(arg0, arg1 interface{}) *gomock.Call

MountedAt indicates an expected call of MountedAt

func (*MockVolumeDriverMockRecorder) Name

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, arg2, arg3 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

Status indicates an expected call of Status

func (*MockVolumeDriverMockRecorder) Type

Type indicates an expected call of Type

func (*MockVolumeDriverMockRecorder) Unmount

func (mr *MockVolumeDriverMockRecorder) Unmount(arg0, arg1, arg2, arg3 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) VolService

func (mr *MockVolumeDriverMockRecorder) VolService(arg0, arg1 interface{}) *gomock.Call

VolService indicates an expected call of VolService

func (*MockVolumeDriverMockRecorder) VolumeUsageByNode

func (mr *MockVolumeDriverMockRecorder) VolumeUsageByNode(arg0 interface{}) *gomock.Call

VolumeUsageByNode indicates an expected call of VolumeUsageByNode

func (*MockVolumeDriverMockRecorder) Write

func (mr *MockVolumeDriverMockRecorder) Write(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Write indicates an expected call of Write

Jump to

Keyboard shortcuts

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