Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
This file was generated by counterfeiter ¶
This file was generated by counterfeiter ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBlockDeviceMounterUtils
- func (fake *FakeBlockDeviceMounterUtils) CleanupAll(arg1 *resources.VolumeMountProperties) error
- func (fake *FakeBlockDeviceMounterUtils) CleanupAllArgsForCall(i int) *resources.VolumeMountProperties
- func (fake *FakeBlockDeviceMounterUtils) CleanupAllCallCount() int
- func (fake *FakeBlockDeviceMounterUtils) CleanupAllCalls(stub func(*resources.VolumeMountProperties) error)
- func (fake *FakeBlockDeviceMounterUtils) CleanupAllReturns(result1 error)
- func (fake *FakeBlockDeviceMounterUtils) CleanupAllReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceMounterUtils) Discover(arg1 string, arg2 bool) (string, error)
- func (fake *FakeBlockDeviceMounterUtils) DiscoverArgsForCall(i int) (string, bool)
- func (fake *FakeBlockDeviceMounterUtils) DiscoverCallCount() int
- func (fake *FakeBlockDeviceMounterUtils) DiscoverCalls(stub func(string, bool) (string, error))
- func (fake *FakeBlockDeviceMounterUtils) DiscoverReturns(result1 string, result2 error)
- func (fake *FakeBlockDeviceMounterUtils) DiscoverReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeBlockDeviceMounterUtils) Invocations() map[string][][]interface{}
- func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlow(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowArgsForCall(i int) (string, string, string)
- func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowCallCount() int
- func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowCalls(stub func(string, string, string) error)
- func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowReturns(result1 error)
- func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceMounterUtils) RescanAll(arg1 *resources.VolumeMountProperties) error
- func (fake *FakeBlockDeviceMounterUtils) RescanAllArgsForCall(i int) *resources.VolumeMountProperties
- func (fake *FakeBlockDeviceMounterUtils) RescanAllCallCount() int
- func (fake *FakeBlockDeviceMounterUtils) RescanAllCalls(stub func(*resources.VolumeMountProperties) error)
- func (fake *FakeBlockDeviceMounterUtils) RescanAllReturns(result1 error)
- func (fake *FakeBlockDeviceMounterUtils) RescanAllReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlow(arg1 string, arg2 string) error
- func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowArgsForCall(i int) (string, string)
- func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowCallCount() int
- func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowCalls(stub func(string, string) error)
- func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowReturns(result1 error)
- func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowReturnsOnCall(i int, result1 error)
- type FakeBlockDeviceUtils
- func (fake *FakeBlockDeviceUtils) CheckFs(arg1 string) (bool, error)
- func (fake *FakeBlockDeviceUtils) CheckFsArgsForCall(i int) string
- func (fake *FakeBlockDeviceUtils) CheckFsCallCount() int
- func (fake *FakeBlockDeviceUtils) CheckFsCalls(stub func(string) (bool, error))
- func (fake *FakeBlockDeviceUtils) CheckFsReturns(result1 bool, result2 error)
- func (fake *FakeBlockDeviceUtils) CheckFsReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeBlockDeviceUtils) Cleanup(arg1 string) error
- func (fake *FakeBlockDeviceUtils) CleanupArgsForCall(i int) string
- func (fake *FakeBlockDeviceUtils) CleanupCallCount() int
- func (fake *FakeBlockDeviceUtils) CleanupCalls(stub func(string) error)
- func (fake *FakeBlockDeviceUtils) CleanupDevices(arg1 block_device_utils.Protocol, arg2 *resources.VolumeMountProperties) error
- func (fake *FakeBlockDeviceUtils) CleanupDevicesArgsForCall(i int) (block_device_utils.Protocol, *resources.VolumeMountProperties)
- func (fake *FakeBlockDeviceUtils) CleanupDevicesCallCount() int
- func (fake *FakeBlockDeviceUtils) CleanupDevicesCalls(stub func(block_device_utils.Protocol, *resources.VolumeMountProperties) error)
- func (fake *FakeBlockDeviceUtils) CleanupDevicesReturns(result1 error)
- func (fake *FakeBlockDeviceUtils) CleanupDevicesReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceUtils) CleanupReturns(result1 error)
- func (fake *FakeBlockDeviceUtils) CleanupReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceUtils) Discover(arg1 string, arg2 bool) (string, error)
- func (fake *FakeBlockDeviceUtils) DiscoverArgsForCall(i int) (string, bool)
- func (fake *FakeBlockDeviceUtils) DiscoverBySgInq(arg1 string, arg2 string) (string, error)
- func (fake *FakeBlockDeviceUtils) DiscoverBySgInqArgsForCall(i int) (string, string)
- func (fake *FakeBlockDeviceUtils) DiscoverBySgInqCallCount() int
- func (fake *FakeBlockDeviceUtils) DiscoverBySgInqCalls(stub func(string, string) (string, error))
- func (fake *FakeBlockDeviceUtils) DiscoverBySgInqReturns(result1 string, result2 error)
- func (fake *FakeBlockDeviceUtils) DiscoverBySgInqReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeBlockDeviceUtils) DiscoverCallCount() int
- func (fake *FakeBlockDeviceUtils) DiscoverCalls(stub func(string, bool) (string, error))
- func (fake *FakeBlockDeviceUtils) DiscoverReturns(result1 string, result2 error)
- func (fake *FakeBlockDeviceUtils) DiscoverReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeBlockDeviceUtils) GetWwnByScsiInq(arg1 string, arg2 string) (string, error)
- func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqArgsForCall(i int) (string, string)
- func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqCallCount() int
- func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqCalls(stub func(string, string) (string, error))
- func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqReturns(result1 string, result2 error)
- func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeBlockDeviceUtils) Invocations() map[string][][]interface{}
- func (fake *FakeBlockDeviceUtils) IsDeviceMounted(arg1 string) (bool, []string, error)
- func (fake *FakeBlockDeviceUtils) IsDeviceMountedArgsForCall(i int) string
- func (fake *FakeBlockDeviceUtils) IsDeviceMountedCallCount() int
- func (fake *FakeBlockDeviceUtils) IsDeviceMountedCalls(stub func(string) (bool, []string, error))
- func (fake *FakeBlockDeviceUtils) IsDeviceMountedReturns(result1 bool, result2 []string, result3 error)
- func (fake *FakeBlockDeviceUtils) IsDeviceMountedReturnsOnCall(i int, result1 bool, result2 []string, result3 error)
- func (fake *FakeBlockDeviceUtils) IsDirAMountPoint(arg1 string) (bool, []string, error)
- func (fake *FakeBlockDeviceUtils) IsDirAMountPointArgsForCall(i int) string
- func (fake *FakeBlockDeviceUtils) IsDirAMountPointCallCount() int
- func (fake *FakeBlockDeviceUtils) IsDirAMountPointCalls(stub func(string) (bool, []string, error))
- func (fake *FakeBlockDeviceUtils) IsDirAMountPointReturns(result1 bool, result2 []string, result3 error)
- func (fake *FakeBlockDeviceUtils) IsDirAMountPointReturnsOnCall(i int, result1 bool, result2 []string, result3 error)
- func (fake *FakeBlockDeviceUtils) MakeFs(arg1 string, arg2 string) error
- func (fake *FakeBlockDeviceUtils) MakeFsArgsForCall(i int) (string, string)
- func (fake *FakeBlockDeviceUtils) MakeFsCallCount() int
- func (fake *FakeBlockDeviceUtils) MakeFsCalls(stub func(string, string) error)
- func (fake *FakeBlockDeviceUtils) MakeFsReturns(result1 error)
- func (fake *FakeBlockDeviceUtils) MakeFsReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceUtils) MountFs(arg1 string, arg2 string) error
- func (fake *FakeBlockDeviceUtils) MountFsArgsForCall(i int) (string, string)
- func (fake *FakeBlockDeviceUtils) MountFsCallCount() int
- func (fake *FakeBlockDeviceUtils) MountFsCalls(stub func(string, string) error)
- func (fake *FakeBlockDeviceUtils) MountFsReturns(result1 error)
- func (fake *FakeBlockDeviceUtils) MountFsReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceUtils) ReloadMultipath() error
- func (fake *FakeBlockDeviceUtils) ReloadMultipathCallCount() int
- func (fake *FakeBlockDeviceUtils) ReloadMultipathCalls(stub func() error)
- func (fake *FakeBlockDeviceUtils) ReloadMultipathReturns(result1 error)
- func (fake *FakeBlockDeviceUtils) ReloadMultipathReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceUtils) Rescan(arg1 block_device_utils.Protocol, arg2 *resources.VolumeMountProperties) error
- func (fake *FakeBlockDeviceUtils) RescanArgsForCall(i int) (block_device_utils.Protocol, *resources.VolumeMountProperties)
- func (fake *FakeBlockDeviceUtils) RescanCallCount() int
- func (fake *FakeBlockDeviceUtils) RescanCalls(stub func(block_device_utils.Protocol, *resources.VolumeMountProperties) error)
- func (fake *FakeBlockDeviceUtils) RescanReturns(result1 error)
- func (fake *FakeBlockDeviceUtils) RescanReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceUtils) SetDmsetup(arg1 string) error
- func (fake *FakeBlockDeviceUtils) SetDmsetupArgsForCall(i int) string
- func (fake *FakeBlockDeviceUtils) SetDmsetupCallCount() int
- func (fake *FakeBlockDeviceUtils) SetDmsetupCalls(stub func(string) error)
- func (fake *FakeBlockDeviceUtils) SetDmsetupReturns(result1 error)
- func (fake *FakeBlockDeviceUtils) SetDmsetupReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockDeviceUtils) UmountFs(arg1 string, arg2 string) error
- func (fake *FakeBlockDeviceUtils) UmountFsArgsForCall(i int) (string, string)
- func (fake *FakeBlockDeviceUtils) UmountFsCallCount() int
- func (fake *FakeBlockDeviceUtils) UmountFsCalls(stub func(string, string) error)
- func (fake *FakeBlockDeviceUtils) UmountFsReturns(result1 error)
- func (fake *FakeBlockDeviceUtils) UmountFsReturnsOnCall(i int, result1 error)
- type FakeExecutor
- func (fake *FakeExecutor) EvalSymlinks(arg1 string) (string, error)
- func (fake *FakeExecutor) EvalSymlinksArgsForCall(i int) string
- func (fake *FakeExecutor) EvalSymlinksCallCount() int
- func (fake *FakeExecutor) EvalSymlinksCalls(stub func(string) (string, error))
- func (fake *FakeExecutor) EvalSymlinksReturns(result1 string, result2 error)
- func (fake *FakeExecutor) EvalSymlinksReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeExecutor) Execute(arg1 string, arg2 []string) ([]byte, error)
- func (fake *FakeExecutor) ExecuteArgsForCall(i int) (string, []string)
- func (fake *FakeExecutor) ExecuteCallCount() int
- func (fake *FakeExecutor) ExecuteCalls(stub func(string, []string) ([]byte, error))
- func (fake *FakeExecutor) ExecuteReturns(result1 []byte, result2 error)
- func (fake *FakeExecutor) ExecuteReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeExecutor) ExecuteWithTimeout(arg1 int, arg2 string, arg3 []string) ([]byte, error)
- func (fake *FakeExecutor) ExecuteWithTimeoutArgsForCall(i int) (int, string, []string)
- func (fake *FakeExecutor) ExecuteWithTimeoutCallCount() int
- func (fake *FakeExecutor) ExecuteWithTimeoutCalls(stub func(int, string, []string) ([]byte, error))
- func (fake *FakeExecutor) ExecuteWithTimeoutReturns(result1 []byte, result2 error)
- func (fake *FakeExecutor) ExecuteWithTimeoutReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeExecutor) GetDeviceForFileStat(arg1 os.FileInfo) uint64
- func (fake *FakeExecutor) GetDeviceForFileStatArgsForCall(i int) os.FileInfo
- func (fake *FakeExecutor) GetDeviceForFileStatCallCount() int
- func (fake *FakeExecutor) GetDeviceForFileStatCalls(stub func(os.FileInfo) uint64)
- func (fake *FakeExecutor) GetDeviceForFileStatReturns(result1 uint64)
- func (fake *FakeExecutor) GetDeviceForFileStatReturnsOnCall(i int, result1 uint64)
- func (fake *FakeExecutor) GetGlobFiles(arg1 string) ([]string, error)
- func (fake *FakeExecutor) GetGlobFilesArgsForCall(i int) string
- func (fake *FakeExecutor) GetGlobFilesCallCount() int
- func (fake *FakeExecutor) GetGlobFilesCalls(stub func(string) ([]string, error))
- func (fake *FakeExecutor) GetGlobFilesReturns(result1 []string, result2 error)
- func (fake *FakeExecutor) GetGlobFilesReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeExecutor) Hostname() (string, error)
- func (fake *FakeExecutor) HostnameCallCount() int
- func (fake *FakeExecutor) HostnameCalls(stub func() (string, error))
- func (fake *FakeExecutor) HostnameReturns(result1 string, result2 error)
- func (fake *FakeExecutor) HostnameReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeExecutor) Invocations() map[string][][]interface{}
- func (fake *FakeExecutor) IsDir(arg1 os.FileInfo) bool
- func (fake *FakeExecutor) IsDirArgsForCall(i int) os.FileInfo
- func (fake *FakeExecutor) IsDirCallCount() int
- func (fake *FakeExecutor) IsDirCalls(stub func(os.FileInfo) bool)
- func (fake *FakeExecutor) IsDirEmpty(arg1 string) (bool, error)
- func (fake *FakeExecutor) IsDirEmptyArgsForCall(i int) string
- func (fake *FakeExecutor) IsDirEmptyCallCount() int
- func (fake *FakeExecutor) IsDirEmptyCalls(stub func(string) (bool, error))
- func (fake *FakeExecutor) IsDirEmptyReturns(result1 bool, result2 error)
- func (fake *FakeExecutor) IsDirEmptyReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeExecutor) IsDirReturns(result1 bool)
- func (fake *FakeExecutor) IsDirReturnsOnCall(i int, result1 bool)
- func (fake *FakeExecutor) IsExecutable(arg1 string) error
- func (fake *FakeExecutor) IsExecutableArgsForCall(i int) string
- func (fake *FakeExecutor) IsExecutableCallCount() int
- func (fake *FakeExecutor) IsExecutableCalls(stub func(string) error)
- func (fake *FakeExecutor) IsExecutableReturns(result1 error)
- func (fake *FakeExecutor) IsExecutableReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutor) IsNotExist(arg1 error) bool
- func (fake *FakeExecutor) IsNotExistArgsForCall(i int) error
- func (fake *FakeExecutor) IsNotExistCallCount() int
- func (fake *FakeExecutor) IsNotExistCalls(stub func(error) bool)
- func (fake *FakeExecutor) IsNotExistReturns(result1 bool)
- func (fake *FakeExecutor) IsNotExistReturnsOnCall(i int, result1 bool)
- func (fake *FakeExecutor) IsSameFile(arg1 os.FileInfo, arg2 os.FileInfo) bool
- func (fake *FakeExecutor) IsSameFileArgsForCall(i int) (os.FileInfo, os.FileInfo)
- func (fake *FakeExecutor) IsSameFileCallCount() int
- func (fake *FakeExecutor) IsSameFileCalls(stub func(os.FileInfo, os.FileInfo) bool)
- func (fake *FakeExecutor) IsSameFileReturns(result1 bool)
- func (fake *FakeExecutor) IsSameFileReturnsOnCall(i int, result1 bool)
- func (fake *FakeExecutor) IsSlink(arg1 os.FileInfo) bool
- func (fake *FakeExecutor) IsSlinkArgsForCall(i int) os.FileInfo
- func (fake *FakeExecutor) IsSlinkCallCount() int
- func (fake *FakeExecutor) IsSlinkCalls(stub func(os.FileInfo) bool)
- func (fake *FakeExecutor) IsSlinkReturns(result1 bool)
- func (fake *FakeExecutor) IsSlinkReturnsOnCall(i int, result1 bool)
- func (fake *FakeExecutor) Lstat(arg1 string) (os.FileInfo, error)
- func (fake *FakeExecutor) LstatArgsForCall(i int) string
- func (fake *FakeExecutor) LstatCallCount() int
- func (fake *FakeExecutor) LstatCalls(stub func(string) (os.FileInfo, error))
- func (fake *FakeExecutor) LstatReturns(result1 os.FileInfo, result2 error)
- func (fake *FakeExecutor) LstatReturnsOnCall(i int, result1 os.FileInfo, result2 error)
- func (fake *FakeExecutor) Mkdir(arg1 string, arg2 os.FileMode) error
- func (fake *FakeExecutor) MkdirAll(arg1 string, arg2 os.FileMode) error
- func (fake *FakeExecutor) MkdirAllArgsForCall(i int) (string, os.FileMode)
- func (fake *FakeExecutor) MkdirAllCallCount() int
- func (fake *FakeExecutor) MkdirAllCalls(stub func(string, os.FileMode) error)
- func (fake *FakeExecutor) MkdirAllReturns(result1 error)
- func (fake *FakeExecutor) MkdirAllReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutor) MkdirArgsForCall(i int) (string, os.FileMode)
- func (fake *FakeExecutor) MkdirCallCount() int
- func (fake *FakeExecutor) MkdirCalls(stub func(string, os.FileMode) error)
- func (fake *FakeExecutor) MkdirReturns(result1 error)
- func (fake *FakeExecutor) MkdirReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutor) Remove(arg1 string) error
- func (fake *FakeExecutor) RemoveAll(arg1 string) error
- func (fake *FakeExecutor) RemoveAllArgsForCall(i int) string
- func (fake *FakeExecutor) RemoveAllCallCount() int
- func (fake *FakeExecutor) RemoveAllCalls(stub func(string) error)
- func (fake *FakeExecutor) RemoveAllReturns(result1 error)
- func (fake *FakeExecutor) RemoveAllReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutor) RemoveArgsForCall(i int) string
- func (fake *FakeExecutor) RemoveCallCount() int
- func (fake *FakeExecutor) RemoveCalls(stub func(string) error)
- func (fake *FakeExecutor) RemoveReturns(result1 error)
- func (fake *FakeExecutor) RemoveReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutor) Stat(arg1 string) (os.FileInfo, error)
- func (fake *FakeExecutor) StatArgsForCall(i int) string
- func (fake *FakeExecutor) StatCallCount() int
- func (fake *FakeExecutor) StatCalls(stub func(string) (os.FileInfo, error))
- func (fake *FakeExecutor) StatReturns(result1 os.FileInfo, result2 error)
- func (fake *FakeExecutor) StatReturnsOnCall(i int, result1 os.FileInfo, result2 error)
- func (fake *FakeExecutor) Symlink(arg1 string, arg2 string) error
- func (fake *FakeExecutor) SymlinkArgsForCall(i int) (string, string)
- func (fake *FakeExecutor) SymlinkCallCount() int
- func (fake *FakeExecutor) SymlinkCalls(stub func(string, string) error)
- func (fake *FakeExecutor) SymlinkReturns(result1 error)
- func (fake *FakeExecutor) SymlinkReturnsOnCall(i int, result1 error)
- type FakeHeartbeat
- func (fake *FakeHeartbeat) Create() error
- func (fake *FakeHeartbeat) CreateCallCount() int
- func (fake *FakeHeartbeat) CreateReturns(result1 error)
- func (fake *FakeHeartbeat) CreateReturnsOnCall(i int, result1 error)
- func (fake *FakeHeartbeat) Exists() (bool, error)
- func (fake *FakeHeartbeat) ExistsCallCount() int
- func (fake *FakeHeartbeat) ExistsReturns(result1 bool, result2 error)
- func (fake *FakeHeartbeat) ExistsReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeHeartbeat) GetLastUpdateTimestamp() (time.Time, error)
- func (fake *FakeHeartbeat) GetLastUpdateTimestampCallCount() int
- func (fake *FakeHeartbeat) GetLastUpdateTimestampReturns(result1 time.Time, result2 error)
- func (fake *FakeHeartbeat) GetLastUpdateTimestampReturnsOnCall(i int, result1 time.Time, result2 error)
- func (fake *FakeHeartbeat) Invocations() map[string][][]interface{}
- func (fake *FakeHeartbeat) Update() error
- func (fake *FakeHeartbeat) UpdateCallCount() int
- func (fake *FakeHeartbeat) UpdateReturns(result1 error)
- func (fake *FakeHeartbeat) UpdateReturnsOnCall(i int, result1 error)
- type FakeLocker
- func (fake *FakeLocker) Invocations() map[string][][]interface{}
- func (fake *FakeLocker) ReadLock(name string)
- func (fake *FakeLocker) ReadLockArgsForCall(i int) string
- func (fake *FakeLocker) ReadLockCallCount() int
- func (fake *FakeLocker) ReadUnlock(name string)
- func (fake *FakeLocker) ReadUnlockArgsForCall(i int) string
- func (fake *FakeLocker) ReadUnlockCallCount() int
- func (fake *FakeLocker) WriteLock(name string)
- func (fake *FakeLocker) WriteLockArgsForCall(i int) string
- func (fake *FakeLocker) WriteLockCallCount() int
- func (fake *FakeLocker) WriteUnlock(name string)
- func (fake *FakeLocker) WriteUnlockArgsForCall(i int) string
- func (fake *FakeLocker) WriteUnlockCallCount() int
- type FakeMounter
- func (fake *FakeMounter) ActionAfterDetach(arg1 resources.AfterDetachRequest) error
- func (fake *FakeMounter) ActionAfterDetachArgsForCall(i int) resources.AfterDetachRequest
- func (fake *FakeMounter) ActionAfterDetachCallCount() int
- func (fake *FakeMounter) ActionAfterDetachCalls(stub func(resources.AfterDetachRequest) error)
- func (fake *FakeMounter) ActionAfterDetachReturns(result1 error)
- func (fake *FakeMounter) ActionAfterDetachReturnsOnCall(i int, result1 error)
- func (fake *FakeMounter) Invocations() map[string][][]interface{}
- func (fake *FakeMounter) Mount(arg1 resources.MountRequest) (string, error)
- func (fake *FakeMounter) MountArgsForCall(i int) resources.MountRequest
- func (fake *FakeMounter) MountCallCount() int
- func (fake *FakeMounter) MountCalls(stub func(resources.MountRequest) (string, error))
- func (fake *FakeMounter) MountReturns(result1 string, result2 error)
- func (fake *FakeMounter) MountReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeMounter) Unmount(arg1 resources.UnmountRequest) error
- func (fake *FakeMounter) UnmountArgsForCall(i int) resources.UnmountRequest
- func (fake *FakeMounter) UnmountCallCount() int
- func (fake *FakeMounter) UnmountCalls(stub func(resources.UnmountRequest) error)
- func (fake *FakeMounter) UnmountReturns(result1 error)
- func (fake *FakeMounter) UnmountReturnsOnCall(i int, result1 error)
- type FakeMounterFactory
- func (fake *FakeMounterFactory) GetMounterPerBackend(arg1 string, arg2 *log.Logger, arg3 resources.UbiquityPluginConfig, ...) (resources.Mounter, error)
- func (fake *FakeMounterFactory) GetMounterPerBackendArgsForCall(i int) (string, *log.Logger, resources.UbiquityPluginConfig, resources.RequestContext)
- func (fake *FakeMounterFactory) GetMounterPerBackendCallCount() int
- func (fake *FakeMounterFactory) GetMounterPerBackendCalls(...)
- func (fake *FakeMounterFactory) GetMounterPerBackendReturns(result1 resources.Mounter, result2 error)
- func (fake *FakeMounterFactory) GetMounterPerBackendReturnsOnCall(i int, result1 resources.Mounter, result2 error)
- func (fake *FakeMounterFactory) Invocations() map[string][][]interface{}
- type FakeScbeDataModel
- func (fake *FakeScbeDataModel) DeleteVolume(arg1 string) error
- func (fake *FakeScbeDataModel) DeleteVolumeArgsForCall(i int) string
- func (fake *FakeScbeDataModel) DeleteVolumeCallCount() int
- func (fake *FakeScbeDataModel) DeleteVolumeCalls(stub func(string) error)
- func (fake *FakeScbeDataModel) DeleteVolumeReturns(result1 error)
- func (fake *FakeScbeDataModel) DeleteVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeScbeDataModel) GetVolume(arg1 string) (scbe.ScbeVolume, bool, error)
- func (fake *FakeScbeDataModel) GetVolumeArgsForCall(i int) string
- func (fake *FakeScbeDataModel) GetVolumeCallCount() int
- func (fake *FakeScbeDataModel) GetVolumeCalls(stub func(string) (scbe.ScbeVolume, bool, error))
- func (fake *FakeScbeDataModel) GetVolumeReturns(result1 scbe.ScbeVolume, result2 bool, result3 error)
- func (fake *FakeScbeDataModel) GetVolumeReturnsOnCall(i int, result1 scbe.ScbeVolume, result2 bool, result3 error)
- func (fake *FakeScbeDataModel) InsertVolume(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeScbeDataModel) InsertVolumeArgsForCall(i int) (string, string, string)
- func (fake *FakeScbeDataModel) InsertVolumeCallCount() int
- func (fake *FakeScbeDataModel) InsertVolumeCalls(stub func(string, string, string) error)
- func (fake *FakeScbeDataModel) InsertVolumeReturns(result1 error)
- func (fake *FakeScbeDataModel) InsertVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeScbeDataModel) Invocations() map[string][][]interface{}
- func (fake *FakeScbeDataModel) ListVolumes() ([]scbe.ScbeVolume, error)
- func (fake *FakeScbeDataModel) ListVolumesCallCount() int
- func (fake *FakeScbeDataModel) ListVolumesCalls(stub func() ([]scbe.ScbeVolume, error))
- func (fake *FakeScbeDataModel) ListVolumesReturns(result1 []scbe.ScbeVolume, result2 error)
- func (fake *FakeScbeDataModel) ListVolumesReturnsOnCall(i int, result1 []scbe.ScbeVolume, result2 error)
- type FakeScbeDataModelWrapper
- func (fake *FakeScbeDataModelWrapper) DeleteVolume(arg1 string) error
- func (fake *FakeScbeDataModelWrapper) DeleteVolumeArgsForCall(i int) string
- func (fake *FakeScbeDataModelWrapper) DeleteVolumeCallCount() int
- func (fake *FakeScbeDataModelWrapper) DeleteVolumeCalls(stub func(string) error)
- func (fake *FakeScbeDataModelWrapper) DeleteVolumeReturns(result1 error)
- func (fake *FakeScbeDataModelWrapper) DeleteVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeScbeDataModelWrapper) GetVolume(arg1 string, arg2 bool) (scbe.ScbeVolume, error)
- func (fake *FakeScbeDataModelWrapper) GetVolumeArgsForCall(i int) (string, bool)
- func (fake *FakeScbeDataModelWrapper) GetVolumeCallCount() int
- func (fake *FakeScbeDataModelWrapper) GetVolumeCalls(stub func(string, bool) (scbe.ScbeVolume, error))
- func (fake *FakeScbeDataModelWrapper) GetVolumeReturns(result1 scbe.ScbeVolume, result2 error)
- func (fake *FakeScbeDataModelWrapper) GetVolumeReturnsOnCall(i int, result1 scbe.ScbeVolume, result2 error)
- func (fake *FakeScbeDataModelWrapper) InsertVolume(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeScbeDataModelWrapper) InsertVolumeArgsForCall(i int) (string, string, string)
- func (fake *FakeScbeDataModelWrapper) InsertVolumeCallCount() int
- func (fake *FakeScbeDataModelWrapper) InsertVolumeCalls(stub func(string, string, string) error)
- func (fake *FakeScbeDataModelWrapper) InsertVolumeReturns(result1 error)
- func (fake *FakeScbeDataModelWrapper) InsertVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeScbeDataModelWrapper) Invocations() map[string][][]interface{}
- func (fake *FakeScbeDataModelWrapper) ListVolumes() ([]scbe.ScbeVolume, error)
- func (fake *FakeScbeDataModelWrapper) ListVolumesCallCount() int
- func (fake *FakeScbeDataModelWrapper) ListVolumesCalls(stub func() ([]scbe.ScbeVolume, error))
- func (fake *FakeScbeDataModelWrapper) ListVolumesReturns(result1 []scbe.ScbeVolume, result2 error)
- func (fake *FakeScbeDataModelWrapper) ListVolumesReturnsOnCall(i int, result1 []scbe.ScbeVolume, result2 error)
- func (fake *FakeScbeDataModelWrapper) UpdateDatabaseVolume(arg1 *scbe.ScbeVolume)
- func (fake *FakeScbeDataModelWrapper) UpdateDatabaseVolumeArgsForCall(i int) *scbe.ScbeVolume
- func (fake *FakeScbeDataModelWrapper) UpdateDatabaseVolumeCallCount() int
- func (fake *FakeScbeDataModelWrapper) UpdateDatabaseVolumeCalls(stub func(*scbe.ScbeVolume))
- type FakeScbeRestClient
- func (fake *FakeScbeRestClient) CreateVolume(arg1 string, arg2 string, arg3 int) (scbe.ScbeVolumeInfo, error)
- func (fake *FakeScbeRestClient) CreateVolumeArgsForCall(i int) (string, string, int)
- func (fake *FakeScbeRestClient) CreateVolumeCallCount() int
- func (fake *FakeScbeRestClient) CreateVolumeCalls(stub func(string, string, int) (scbe.ScbeVolumeInfo, error))
- func (fake *FakeScbeRestClient) CreateVolumeReturns(result1 scbe.ScbeVolumeInfo, result2 error)
- func (fake *FakeScbeRestClient) CreateVolumeReturnsOnCall(i int, result1 scbe.ScbeVolumeInfo, result2 error)
- func (fake *FakeScbeRestClient) DeleteVolume(arg1 string) error
- func (fake *FakeScbeRestClient) DeleteVolumeArgsForCall(i int) string
- func (fake *FakeScbeRestClient) DeleteVolumeCallCount() int
- func (fake *FakeScbeRestClient) DeleteVolumeCalls(stub func(string) error)
- func (fake *FakeScbeRestClient) DeleteVolumeReturns(result1 error)
- func (fake *FakeScbeRestClient) DeleteVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeScbeRestClient) GetVolMapping(arg1 string) (scbe.ScbeVolumeMapInfo, error)
- func (fake *FakeScbeRestClient) GetVolMappingArgsForCall(i int) string
- func (fake *FakeScbeRestClient) GetVolMappingCallCount() int
- func (fake *FakeScbeRestClient) GetVolMappingCalls(stub func(string) (scbe.ScbeVolumeMapInfo, error))
- func (fake *FakeScbeRestClient) GetVolMappingReturns(result1 scbe.ScbeVolumeMapInfo, result2 error)
- func (fake *FakeScbeRestClient) GetVolMappingReturnsOnCall(i int, result1 scbe.ScbeVolumeMapInfo, result2 error)
- func (fake *FakeScbeRestClient) GetVolumes(arg1 string) ([]scbe.ScbeVolumeInfo, error)
- func (fake *FakeScbeRestClient) GetVolumesArgsForCall(i int) string
- func (fake *FakeScbeRestClient) GetVolumesCallCount() int
- func (fake *FakeScbeRestClient) GetVolumesCalls(stub func(string) ([]scbe.ScbeVolumeInfo, error))
- func (fake *FakeScbeRestClient) GetVolumesReturns(result1 []scbe.ScbeVolumeInfo, result2 error)
- func (fake *FakeScbeRestClient) GetVolumesReturnsOnCall(i int, result1 []scbe.ScbeVolumeInfo, result2 error)
- func (fake *FakeScbeRestClient) Invocations() map[string][][]interface{}
- func (fake *FakeScbeRestClient) Login() error
- func (fake *FakeScbeRestClient) LoginCallCount() int
- func (fake *FakeScbeRestClient) LoginCalls(stub func() error)
- func (fake *FakeScbeRestClient) LoginReturns(result1 error)
- func (fake *FakeScbeRestClient) LoginReturnsOnCall(i int, result1 error)
- func (fake *FakeScbeRestClient) MapVolume(arg1 string, arg2 string) (scbe.ScbeResponseMapping, error)
- func (fake *FakeScbeRestClient) MapVolumeArgsForCall(i int) (string, string)
- func (fake *FakeScbeRestClient) MapVolumeCallCount() int
- func (fake *FakeScbeRestClient) MapVolumeCalls(stub func(string, string) (scbe.ScbeResponseMapping, error))
- func (fake *FakeScbeRestClient) MapVolumeReturns(result1 scbe.ScbeResponseMapping, result2 error)
- func (fake *FakeScbeRestClient) MapVolumeReturnsOnCall(i int, result1 scbe.ScbeResponseMapping, result2 error)
- func (fake *FakeScbeRestClient) ServiceExist(arg1 string) (bool, error)
- func (fake *FakeScbeRestClient) ServiceExistArgsForCall(i int) string
- func (fake *FakeScbeRestClient) ServiceExistCallCount() int
- func (fake *FakeScbeRestClient) ServiceExistCalls(stub func(string) (bool, error))
- func (fake *FakeScbeRestClient) ServiceExistReturns(result1 bool, result2 error)
- func (fake *FakeScbeRestClient) ServiceExistReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeScbeRestClient) UnmapVolume(arg1 string, arg2 string) error
- func (fake *FakeScbeRestClient) UnmapVolumeArgsForCall(i int) (string, string)
- func (fake *FakeScbeRestClient) UnmapVolumeCallCount() int
- func (fake *FakeScbeRestClient) UnmapVolumeCalls(stub func(string, string) error)
- func (fake *FakeScbeRestClient) UnmapVolumeReturns(result1 error)
- func (fake *FakeScbeRestClient) UnmapVolumeReturnsOnCall(i int, result1 error)
- type FakeSimpleRestClient
- func (fake *FakeSimpleRestClient) Delete(arg1 string, arg2 []byte, arg3 int) error
- func (fake *FakeSimpleRestClient) DeleteArgsForCall(i int) (string, []byte, int)
- func (fake *FakeSimpleRestClient) DeleteCallCount() int
- func (fake *FakeSimpleRestClient) DeleteCalls(stub func(string, []byte, int) error)
- func (fake *FakeSimpleRestClient) DeleteReturns(result1 error)
- func (fake *FakeSimpleRestClient) DeleteReturnsOnCall(i int, result1 error)
- func (fake *FakeSimpleRestClient) Get(arg1 string, arg2 map[string]string, arg3 int, arg4 interface{}) error
- func (fake *FakeSimpleRestClient) GetArgsForCall(i int) (string, map[string]string, int, interface{})
- func (fake *FakeSimpleRestClient) GetCallCount() int
- func (fake *FakeSimpleRestClient) GetCalls(stub func(string, map[string]string, int, interface{}) error)
- func (fake *FakeSimpleRestClient) GetReturns(result1 error)
- func (fake *FakeSimpleRestClient) GetReturnsOnCall(i int, result1 error)
- func (fake *FakeSimpleRestClient) Invocations() map[string][][]interface{}
- func (fake *FakeSimpleRestClient) Login() error
- func (fake *FakeSimpleRestClient) LoginCallCount() int
- func (fake *FakeSimpleRestClient) LoginCalls(stub func() error)
- func (fake *FakeSimpleRestClient) LoginReturns(result1 error)
- func (fake *FakeSimpleRestClient) LoginReturnsOnCall(i int, result1 error)
- func (fake *FakeSimpleRestClient) Post(arg1 string, arg2 []byte, arg3 int, arg4 interface{}) error
- func (fake *FakeSimpleRestClient) PostArgsForCall(i int) (string, []byte, int, interface{})
- func (fake *FakeSimpleRestClient) PostCallCount() int
- func (fake *FakeSimpleRestClient) PostCalls(stub func(string, []byte, int, interface{}) error)
- func (fake *FakeSimpleRestClient) PostReturns(result1 error)
- func (fake *FakeSimpleRestClient) PostReturnsOnCall(i int, result1 error)
- type FakeSpectrumDataModel
- func (fake *FakeSpectrumDataModel) CreateVolumeTable() error
- func (fake *FakeSpectrumDataModel) CreateVolumeTableCallCount() int
- func (fake *FakeSpectrumDataModel) CreateVolumeTableCalls(stub func() error)
- func (fake *FakeSpectrumDataModel) CreateVolumeTableReturns(result1 error)
- func (fake *FakeSpectrumDataModel) CreateVolumeTableReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumDataModel) DeleteVolume(arg1 string) error
- func (fake *FakeSpectrumDataModel) DeleteVolumeArgsForCall(i int) string
- func (fake *FakeSpectrumDataModel) DeleteVolumeCallCount() int
- func (fake *FakeSpectrumDataModel) DeleteVolumeCalls(stub func(string) error)
- func (fake *FakeSpectrumDataModel) DeleteVolumeReturns(result1 error)
- func (fake *FakeSpectrumDataModel) DeleteVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumDataModel) GetVolume(arg1 string) (spectrumscale.SpectrumScaleVolume, bool, error)
- func (fake *FakeSpectrumDataModel) GetVolumeArgsForCall(i int) string
- func (fake *FakeSpectrumDataModel) GetVolumeCallCount() int
- func (fake *FakeSpectrumDataModel) GetVolumeCalls(stub func(string) (spectrumscale.SpectrumScaleVolume, bool, error))
- func (fake *FakeSpectrumDataModel) GetVolumeReturns(result1 spectrumscale.SpectrumScaleVolume, result2 bool, result3 error)
- func (fake *FakeSpectrumDataModel) GetVolumeReturnsOnCall(i int, result1 spectrumscale.SpectrumScaleVolume, result2 bool, result3 error)
- func (fake *FakeSpectrumDataModel) InsertFilesetQuotaVolume(arg1 string, arg2 string, arg3 string, arg4 string, arg5 bool, ...) error
- func (fake *FakeSpectrumDataModel) InsertFilesetQuotaVolumeArgsForCall(i int) (string, string, string, string, bool, map[string]interface{})
- func (fake *FakeSpectrumDataModel) InsertFilesetQuotaVolumeCallCount() int
- func (fake *FakeSpectrumDataModel) InsertFilesetQuotaVolumeCalls(stub func(string, string, string, string, bool, map[string]interface{}) error)
- func (fake *FakeSpectrumDataModel) InsertFilesetQuotaVolumeReturns(result1 error)
- func (fake *FakeSpectrumDataModel) InsertFilesetQuotaVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumDataModel) InsertFilesetVolume(arg1 string, arg2 string, arg3 string, arg4 bool, arg5 map[string]interface{}) error
- func (fake *FakeSpectrumDataModel) InsertFilesetVolumeArgsForCall(i int) (string, string, string, bool, map[string]interface{})
- func (fake *FakeSpectrumDataModel) InsertFilesetVolumeCallCount() int
- func (fake *FakeSpectrumDataModel) InsertFilesetVolumeCalls(stub func(string, string, string, bool, map[string]interface{}) error)
- func (fake *FakeSpectrumDataModel) InsertFilesetVolumeReturns(result1 error)
- func (fake *FakeSpectrumDataModel) InsertFilesetVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumDataModel) Invocations() map[string][][]interface{}
- func (fake *FakeSpectrumDataModel) ListVolumes() ([]resources.Volume, error)
- func (fake *FakeSpectrumDataModel) ListVolumesCallCount() int
- func (fake *FakeSpectrumDataModel) ListVolumesCalls(stub func() ([]resources.Volume, error))
- func (fake *FakeSpectrumDataModel) ListVolumesReturns(result1 []resources.Volume, result2 error)
- func (fake *FakeSpectrumDataModel) ListVolumesReturnsOnCall(i int, result1 []resources.Volume, result2 error)
- func (fake *FakeSpectrumDataModel) UpdateVolumeMountpoint(arg1 string, arg2 string) error
- func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointArgsForCall(i int) (string, string)
- func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointCallCount() int
- func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointCalls(stub func(string, string) error)
- func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointReturns(result1 error)
- func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointReturnsOnCall(i int, result1 error)
- type FakeSpectrumDataModelWrapper
- func (fake *FakeSpectrumDataModelWrapper) DeleteVolume(name string) error
- func (fake *FakeSpectrumDataModelWrapper) DeleteVolumeArgsForCall(i int) string
- func (fake *FakeSpectrumDataModelWrapper) DeleteVolumeCallCount() int
- func (fake *FakeSpectrumDataModelWrapper) DeleteVolumeReturns(result1 error)
- func (fake *FakeSpectrumDataModelWrapper) DeleteVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumDataModelWrapper) GetDbName() string
- func (fake *FakeSpectrumDataModelWrapper) GetDbNameCallCount() int
- func (fake *FakeSpectrumDataModelWrapper) GetDbNameReturns(result1 string)
- func (fake *FakeSpectrumDataModelWrapper) GetDbNameReturnsOnCall(i int, result1 string)
- func (fake *FakeSpectrumDataModelWrapper) GetVolume(name string) (spectrumscale.SpectrumScaleVolume, bool, error)
- func (fake *FakeSpectrumDataModelWrapper) GetVolumeArgsForCall(i int) string
- func (fake *FakeSpectrumDataModelWrapper) GetVolumeCallCount() int
- func (fake *FakeSpectrumDataModelWrapper) GetVolumeReturns(result1 spectrumscale.SpectrumScaleVolume, result2 bool, result3 error)
- func (fake *FakeSpectrumDataModelWrapper) GetVolumeReturnsOnCall(i int, result1 spectrumscale.SpectrumScaleVolume, result2 bool, result3 error)
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolume(fileset string, quota string, volumeName string, filesystem string, ...) error
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeArgsForCall(i int) (string, string, string, string, bool, map[string]interface{})
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeCallCount() int
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeReturns(result1 error)
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetVolume(fileset string, volumeName string, filesystem string, isPreexisting bool, ...) error
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetVolumeArgsForCall(i int) (string, string, string, bool, map[string]interface{})
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetVolumeCallCount() int
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetVolumeReturns(result1 error)
- func (fake *FakeSpectrumDataModelWrapper) InsertFilesetVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumDataModelWrapper) Invocations() map[string][][]interface{}
- func (fake *FakeSpectrumDataModelWrapper) IsDbVolume(name string) bool
- func (fake *FakeSpectrumDataModelWrapper) IsDbVolumeCallCount() int
- func (fake *FakeSpectrumDataModelWrapper) IsDbVolumeReturns(result1 bool)
- func (fake *FakeSpectrumDataModelWrapper) IsDbVolumeReturnsOnCall(i int, result1 bool)
- func (fake *FakeSpectrumDataModelWrapper) ListVolumes() ([]resources.Volume, error)
- func (fake *FakeSpectrumDataModelWrapper) ListVolumesCallCount() int
- func (fake *FakeSpectrumDataModelWrapper) ListVolumesReturns(result1 []resources.Volume, result2 error)
- func (fake *FakeSpectrumDataModelWrapper) ListVolumesReturnsOnCall(i int, result1 []resources.Volume, result2 error)
- func (fake *FakeSpectrumDataModelWrapper) UpdateDatabaseVolume(newVolume *spectrumscale.SpectrumScaleVolume)
- func (fake *FakeSpectrumDataModelWrapper) UpdateDatabaseVolumeArgsForCall(i int) *spectrumscale.SpectrumScaleVolume
- func (fake *FakeSpectrumDataModelWrapper) UpdateDatabaseVolumeCallCount() int
- type FakeSpectrumScaleConnector
- func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabled(arg1 string) error
- func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledArgsForCall(i int) string
- func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledCallCount() int
- func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledCalls(stub func(string) error)
- func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledReturns(result1 error)
- func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumScaleConnector) CreateFileset(arg1 string, arg2 string, arg3 map[string]interface{}) error
- func (fake *FakeSpectrumScaleConnector) CreateFilesetArgsForCall(i int) (string, string, map[string]interface{})
- func (fake *FakeSpectrumScaleConnector) CreateFilesetCallCount() int
- func (fake *FakeSpectrumScaleConnector) CreateFilesetCalls(stub func(string, string, map[string]interface{}) error)
- func (fake *FakeSpectrumScaleConnector) CreateFilesetReturns(result1 error)
- func (fake *FakeSpectrumScaleConnector) CreateFilesetReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumScaleConnector) DeleteFileset(arg1 string, arg2 string) error
- func (fake *FakeSpectrumScaleConnector) DeleteFilesetArgsForCall(i int) (string, string)
- func (fake *FakeSpectrumScaleConnector) DeleteFilesetCallCount() int
- func (fake *FakeSpectrumScaleConnector) DeleteFilesetCalls(stub func(string, string) error)
- func (fake *FakeSpectrumScaleConnector) DeleteFilesetReturns(result1 error)
- func (fake *FakeSpectrumScaleConnector) DeleteFilesetReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumScaleConnector) GetClusterId() (string, error)
- func (fake *FakeSpectrumScaleConnector) GetClusterIdCallCount() int
- func (fake *FakeSpectrumScaleConnector) GetClusterIdCalls(stub func() (string, error))
- func (fake *FakeSpectrumScaleConnector) GetClusterIdReturns(result1 string, result2 error)
- func (fake *FakeSpectrumScaleConnector) GetClusterIdReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpoint(arg1 string) (string, error)
- func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointArgsForCall(i int) string
- func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointCallCount() int
- func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointCalls(stub func(string) (string, error))
- func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointReturns(result1 string, result2 error)
- func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeSpectrumScaleConnector) Invocations() map[string][][]interface{}
- func (fake *FakeSpectrumScaleConnector) IsFilesetLinked(arg1 string, arg2 string) (bool, error)
- func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedArgsForCall(i int) (string, string)
- func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedCallCount() int
- func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedCalls(stub func(string, string) (bool, error))
- func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedReturns(result1 bool, result2 error)
- func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeSpectrumScaleConnector) IsFilesystemMounted(arg1 string) (bool, error)
- func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedArgsForCall(i int) string
- func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedCallCount() int
- func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedCalls(stub func(string) (bool, error))
- func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedReturns(result1 bool, result2 error)
- func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeSpectrumScaleConnector) LinkFileset(arg1 string, arg2 string) error
- func (fake *FakeSpectrumScaleConnector) LinkFilesetArgsForCall(i int) (string, string)
- func (fake *FakeSpectrumScaleConnector) LinkFilesetCallCount() int
- func (fake *FakeSpectrumScaleConnector) LinkFilesetCalls(stub func(string, string) error)
- func (fake *FakeSpectrumScaleConnector) LinkFilesetReturns(result1 error)
- func (fake *FakeSpectrumScaleConnector) LinkFilesetReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumScaleConnector) ListFileset(arg1 string, arg2 string) (resources.Volume, error)
- func (fake *FakeSpectrumScaleConnector) ListFilesetArgsForCall(i int) (string, string)
- func (fake *FakeSpectrumScaleConnector) ListFilesetCallCount() int
- func (fake *FakeSpectrumScaleConnector) ListFilesetCalls(stub func(string, string) (resources.Volume, error))
- func (fake *FakeSpectrumScaleConnector) ListFilesetQuota(arg1 string, arg2 string) (string, error)
- func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaArgsForCall(i int) (string, string)
- func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaCallCount() int
- func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaCalls(stub func(string, string) (string, error))
- func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaReturns(result1 string, result2 error)
- func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeSpectrumScaleConnector) ListFilesetReturns(result1 resources.Volume, result2 error)
- func (fake *FakeSpectrumScaleConnector) ListFilesetReturnsOnCall(i int, result1 resources.Volume, result2 error)
- func (fake *FakeSpectrumScaleConnector) ListFilesets(arg1 string) ([]resources.Volume, error)
- func (fake *FakeSpectrumScaleConnector) ListFilesetsArgsForCall(i int) string
- func (fake *FakeSpectrumScaleConnector) ListFilesetsCallCount() int
- func (fake *FakeSpectrumScaleConnector) ListFilesetsCalls(stub func(string) ([]resources.Volume, error))
- func (fake *FakeSpectrumScaleConnector) ListFilesetsReturns(result1 []resources.Volume, result2 error)
- func (fake *FakeSpectrumScaleConnector) ListFilesetsReturnsOnCall(i int, result1 []resources.Volume, result2 error)
- func (fake *FakeSpectrumScaleConnector) ListFilesystems() ([]string, error)
- func (fake *FakeSpectrumScaleConnector) ListFilesystemsCallCount() int
- func (fake *FakeSpectrumScaleConnector) ListFilesystemsCalls(stub func() ([]string, error))
- func (fake *FakeSpectrumScaleConnector) ListFilesystemsReturns(result1 []string, result2 error)
- func (fake *FakeSpectrumScaleConnector) ListFilesystemsReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeSpectrumScaleConnector) SetFilesetQuota(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaArgsForCall(i int) (string, string, string)
- func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaCallCount() int
- func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaCalls(stub func(string, string, string) error)
- func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaReturns(result1 error)
- func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaReturnsOnCall(i int, result1 error)
- func (fake *FakeSpectrumScaleConnector) UnlinkFileset(arg1 string, arg2 string) error
- func (fake *FakeSpectrumScaleConnector) UnlinkFilesetArgsForCall(i int) (string, string)
- func (fake *FakeSpectrumScaleConnector) UnlinkFilesetCallCount() int
- func (fake *FakeSpectrumScaleConnector) UnlinkFilesetCalls(stub func(string, string) error)
- func (fake *FakeSpectrumScaleConnector) UnlinkFilesetReturns(result1 error)
- func (fake *FakeSpectrumScaleConnector) UnlinkFilesetReturnsOnCall(i int, result1 error)
- type FakeStorageClient
- func (fake *FakeStorageClient) Activate(arg1 resources.ActivateRequest) error
- func (fake *FakeStorageClient) ActivateArgsForCall(i int) resources.ActivateRequest
- func (fake *FakeStorageClient) ActivateCallCount() int
- func (fake *FakeStorageClient) ActivateCalls(stub func(resources.ActivateRequest) error)
- func (fake *FakeStorageClient) ActivateReturns(result1 error)
- func (fake *FakeStorageClient) ActivateReturnsOnCall(i int, result1 error)
- func (fake *FakeStorageClient) Attach(arg1 resources.AttachRequest) (string, error)
- func (fake *FakeStorageClient) AttachArgsForCall(i int) resources.AttachRequest
- func (fake *FakeStorageClient) AttachCallCount() int
- func (fake *FakeStorageClient) AttachCalls(stub func(resources.AttachRequest) (string, error))
- func (fake *FakeStorageClient) AttachReturns(result1 string, result2 error)
- func (fake *FakeStorageClient) AttachReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeStorageClient) CreateVolume(arg1 resources.CreateVolumeRequest) error
- func (fake *FakeStorageClient) CreateVolumeArgsForCall(i int) resources.CreateVolumeRequest
- func (fake *FakeStorageClient) CreateVolumeCallCount() int
- func (fake *FakeStorageClient) CreateVolumeCalls(stub func(resources.CreateVolumeRequest) error)
- func (fake *FakeStorageClient) CreateVolumeReturns(result1 error)
- func (fake *FakeStorageClient) CreateVolumeReturnsOnCall(i int, result1 error)
- func (fake *FakeStorageClient) Detach(arg1 resources.DetachRequest) error
- func (fake *FakeStorageClient) DetachArgsForCall(i int) resources.DetachRequest
- func (fake *FakeStorageClient) DetachCallCount() int
- func (fake *FakeStorageClient) DetachCalls(stub func(resources.DetachRequest) error)
- func (fake *FakeStorageClient) DetachReturns(result1 error)
- func (fake *FakeStorageClient) DetachReturnsOnCall(i int, result1 error)
- func (fake *FakeStorageClient) GetVolume(arg1 resources.GetVolumeRequest) (resources.Volume, error)
- func (fake *FakeStorageClient) GetVolumeArgsForCall(i int) resources.GetVolumeRequest
- func (fake *FakeStorageClient) GetVolumeCallCount() int
- func (fake *FakeStorageClient) GetVolumeCalls(stub func(resources.GetVolumeRequest) (resources.Volume, error))
- func (fake *FakeStorageClient) GetVolumeConfig(arg1 resources.GetVolumeConfigRequest) (map[string]interface{}, error)
- func (fake *FakeStorageClient) GetVolumeConfigArgsForCall(i int) resources.GetVolumeConfigRequest
- func (fake *FakeStorageClient) GetVolumeConfigCallCount() int
- func (fake *FakeStorageClient) GetVolumeConfigCalls(stub func(resources.GetVolumeConfigRequest) (map[string]interface{}, error))
- func (fake *FakeStorageClient) GetVolumeConfigReturns(result1 map[string]interface{}, result2 error)
- func (fake *FakeStorageClient) GetVolumeConfigReturnsOnCall(i int, result1 map[string]interface{}, result2 error)
- func (fake *FakeStorageClient) GetVolumeReturns(result1 resources.Volume, result2 error)
- func (fake *FakeStorageClient) GetVolumeReturnsOnCall(i int, result1 resources.Volume, result2 error)
- func (fake *FakeStorageClient) Invocations() map[string][][]interface{}
- func (fake *FakeStorageClient) ListVolumes(arg1 resources.ListVolumesRequest) ([]resources.Volume, error)
- func (fake *FakeStorageClient) ListVolumesArgsForCall(i int) resources.ListVolumesRequest
- func (fake *FakeStorageClient) ListVolumesCallCount() int
- func (fake *FakeStorageClient) ListVolumesCalls(stub func(resources.ListVolumesRequest) ([]resources.Volume, error))
- func (fake *FakeStorageClient) ListVolumesReturns(result1 []resources.Volume, result2 error)
- func (fake *FakeStorageClient) ListVolumesReturnsOnCall(i int, result1 []resources.Volume, result2 error)
- func (fake *FakeStorageClient) RemoveVolume(arg1 resources.RemoveVolumeRequest) error
- func (fake *FakeStorageClient) RemoveVolumeArgsForCall(i int) resources.RemoveVolumeRequest
- func (fake *FakeStorageClient) RemoveVolumeCallCount() int
- func (fake *FakeStorageClient) RemoveVolumeCalls(stub func(resources.RemoveVolumeRequest) error)
- func (fake *FakeStorageClient) RemoveVolumeReturns(result1 error)
- func (fake *FakeStorageClient) RemoveVolumeReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBlockDeviceMounterUtils ¶
type FakeBlockDeviceMounterUtils struct { CleanupAllStub func(*resources.VolumeMountProperties) error DiscoverStub func(string, bool) (string, error) MountDeviceFlowStub func(string, string, string) error RescanAllStub func(*resources.VolumeMountProperties) error UnmountDeviceFlowStub func(string, string) error // contains filtered or unexported fields }
func (*FakeBlockDeviceMounterUtils) CleanupAll ¶
func (fake *FakeBlockDeviceMounterUtils) CleanupAll(arg1 *resources.VolumeMountProperties) error
func (*FakeBlockDeviceMounterUtils) CleanupAllArgsForCall ¶
func (fake *FakeBlockDeviceMounterUtils) CleanupAllArgsForCall(i int) *resources.VolumeMountProperties
func (*FakeBlockDeviceMounterUtils) CleanupAllCallCount ¶
func (fake *FakeBlockDeviceMounterUtils) CleanupAllCallCount() int
func (*FakeBlockDeviceMounterUtils) CleanupAllCalls ¶
func (fake *FakeBlockDeviceMounterUtils) CleanupAllCalls(stub func(*resources.VolumeMountProperties) error)
func (*FakeBlockDeviceMounterUtils) CleanupAllReturns ¶
func (fake *FakeBlockDeviceMounterUtils) CleanupAllReturns(result1 error)
func (*FakeBlockDeviceMounterUtils) CleanupAllReturnsOnCall ¶
func (fake *FakeBlockDeviceMounterUtils) CleanupAllReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceMounterUtils) Discover ¶
func (fake *FakeBlockDeviceMounterUtils) Discover(arg1 string, arg2 bool) (string, error)
func (*FakeBlockDeviceMounterUtils) DiscoverArgsForCall ¶
func (fake *FakeBlockDeviceMounterUtils) DiscoverArgsForCall(i int) (string, bool)
func (*FakeBlockDeviceMounterUtils) DiscoverCallCount ¶
func (fake *FakeBlockDeviceMounterUtils) DiscoverCallCount() int
func (*FakeBlockDeviceMounterUtils) DiscoverCalls ¶
func (fake *FakeBlockDeviceMounterUtils) DiscoverCalls(stub func(string, bool) (string, error))
func (*FakeBlockDeviceMounterUtils) DiscoverReturns ¶
func (fake *FakeBlockDeviceMounterUtils) DiscoverReturns(result1 string, result2 error)
func (*FakeBlockDeviceMounterUtils) DiscoverReturnsOnCall ¶
func (fake *FakeBlockDeviceMounterUtils) DiscoverReturnsOnCall(i int, result1 string, result2 error)
func (*FakeBlockDeviceMounterUtils) Invocations ¶
func (fake *FakeBlockDeviceMounterUtils) Invocations() map[string][][]interface{}
func (*FakeBlockDeviceMounterUtils) MountDeviceFlow ¶
func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlow(arg1 string, arg2 string, arg3 string) error
func (*FakeBlockDeviceMounterUtils) MountDeviceFlowArgsForCall ¶
func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowArgsForCall(i int) (string, string, string)
func (*FakeBlockDeviceMounterUtils) MountDeviceFlowCallCount ¶
func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowCallCount() int
func (*FakeBlockDeviceMounterUtils) MountDeviceFlowCalls ¶
func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowCalls(stub func(string, string, string) error)
func (*FakeBlockDeviceMounterUtils) MountDeviceFlowReturns ¶
func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowReturns(result1 error)
func (*FakeBlockDeviceMounterUtils) MountDeviceFlowReturnsOnCall ¶
func (fake *FakeBlockDeviceMounterUtils) MountDeviceFlowReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceMounterUtils) RescanAll ¶
func (fake *FakeBlockDeviceMounterUtils) RescanAll(arg1 *resources.VolumeMountProperties) error
func (*FakeBlockDeviceMounterUtils) RescanAllArgsForCall ¶
func (fake *FakeBlockDeviceMounterUtils) RescanAllArgsForCall(i int) *resources.VolumeMountProperties
func (*FakeBlockDeviceMounterUtils) RescanAllCallCount ¶
func (fake *FakeBlockDeviceMounterUtils) RescanAllCallCount() int
func (*FakeBlockDeviceMounterUtils) RescanAllCalls ¶
func (fake *FakeBlockDeviceMounterUtils) RescanAllCalls(stub func(*resources.VolumeMountProperties) error)
func (*FakeBlockDeviceMounterUtils) RescanAllReturns ¶
func (fake *FakeBlockDeviceMounterUtils) RescanAllReturns(result1 error)
func (*FakeBlockDeviceMounterUtils) RescanAllReturnsOnCall ¶
func (fake *FakeBlockDeviceMounterUtils) RescanAllReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceMounterUtils) UnmountDeviceFlow ¶
func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlow(arg1 string, arg2 string) error
func (*FakeBlockDeviceMounterUtils) UnmountDeviceFlowArgsForCall ¶
func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowArgsForCall(i int) (string, string)
func (*FakeBlockDeviceMounterUtils) UnmountDeviceFlowCallCount ¶
func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowCallCount() int
func (*FakeBlockDeviceMounterUtils) UnmountDeviceFlowCalls ¶
func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowCalls(stub func(string, string) error)
func (*FakeBlockDeviceMounterUtils) UnmountDeviceFlowReturns ¶
func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowReturns(result1 error)
func (*FakeBlockDeviceMounterUtils) UnmountDeviceFlowReturnsOnCall ¶
func (fake *FakeBlockDeviceMounterUtils) UnmountDeviceFlowReturnsOnCall(i int, result1 error)
type FakeBlockDeviceUtils ¶
type FakeBlockDeviceUtils struct { CheckFsStub func(string) (bool, error) CleanupStub func(string) error CleanupDevicesStub func(block_device_utils.Protocol, *resources.VolumeMountProperties) error DiscoverStub func(string, bool) (string, error) DiscoverBySgInqStub func(string, string) (string, error) GetWwnByScsiInqStub func(string, string) (string, error) IsDeviceMountedStub func(string) (bool, []string, error) IsDirAMountPointStub func(string) (bool, []string, error) MakeFsStub func(string, string) error MountFsStub func(string, string) error ReloadMultipathStub func() error RescanStub func(block_device_utils.Protocol, *resources.VolumeMountProperties) error SetDmsetupStub func(string) error UmountFsStub func(string, string) error // contains filtered or unexported fields }
func (*FakeBlockDeviceUtils) CheckFs ¶
func (fake *FakeBlockDeviceUtils) CheckFs(arg1 string) (bool, error)
func (*FakeBlockDeviceUtils) CheckFsArgsForCall ¶
func (fake *FakeBlockDeviceUtils) CheckFsArgsForCall(i int) string
func (*FakeBlockDeviceUtils) CheckFsCallCount ¶
func (fake *FakeBlockDeviceUtils) CheckFsCallCount() int
func (*FakeBlockDeviceUtils) CheckFsCalls ¶
func (fake *FakeBlockDeviceUtils) CheckFsCalls(stub func(string) (bool, error))
func (*FakeBlockDeviceUtils) CheckFsReturns ¶
func (fake *FakeBlockDeviceUtils) CheckFsReturns(result1 bool, result2 error)
func (*FakeBlockDeviceUtils) CheckFsReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) CheckFsReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeBlockDeviceUtils) Cleanup ¶
func (fake *FakeBlockDeviceUtils) Cleanup(arg1 string) error
func (*FakeBlockDeviceUtils) CleanupArgsForCall ¶
func (fake *FakeBlockDeviceUtils) CleanupArgsForCall(i int) string
func (*FakeBlockDeviceUtils) CleanupCallCount ¶
func (fake *FakeBlockDeviceUtils) CleanupCallCount() int
func (*FakeBlockDeviceUtils) CleanupCalls ¶
func (fake *FakeBlockDeviceUtils) CleanupCalls(stub func(string) error)
func (*FakeBlockDeviceUtils) CleanupDevices ¶
func (fake *FakeBlockDeviceUtils) CleanupDevices(arg1 block_device_utils.Protocol, arg2 *resources.VolumeMountProperties) error
func (*FakeBlockDeviceUtils) CleanupDevicesArgsForCall ¶
func (fake *FakeBlockDeviceUtils) CleanupDevicesArgsForCall(i int) (block_device_utils.Protocol, *resources.VolumeMountProperties)
func (*FakeBlockDeviceUtils) CleanupDevicesCallCount ¶
func (fake *FakeBlockDeviceUtils) CleanupDevicesCallCount() int
func (*FakeBlockDeviceUtils) CleanupDevicesCalls ¶
func (fake *FakeBlockDeviceUtils) CleanupDevicesCalls(stub func(block_device_utils.Protocol, *resources.VolumeMountProperties) error)
func (*FakeBlockDeviceUtils) CleanupDevicesReturns ¶
func (fake *FakeBlockDeviceUtils) CleanupDevicesReturns(result1 error)
func (*FakeBlockDeviceUtils) CleanupDevicesReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) CleanupDevicesReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceUtils) CleanupReturns ¶
func (fake *FakeBlockDeviceUtils) CleanupReturns(result1 error)
func (*FakeBlockDeviceUtils) CleanupReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) CleanupReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceUtils) Discover ¶
func (fake *FakeBlockDeviceUtils) Discover(arg1 string, arg2 bool) (string, error)
func (*FakeBlockDeviceUtils) DiscoverArgsForCall ¶
func (fake *FakeBlockDeviceUtils) DiscoverArgsForCall(i int) (string, bool)
func (*FakeBlockDeviceUtils) DiscoverBySgInq ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) DiscoverBySgInq(arg1 string, arg2 string) (string, error)
func (*FakeBlockDeviceUtils) DiscoverBySgInqArgsForCall ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) DiscoverBySgInqArgsForCall(i int) (string, string)
func (*FakeBlockDeviceUtils) DiscoverBySgInqCallCount ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) DiscoverBySgInqCallCount() int
func (*FakeBlockDeviceUtils) DiscoverBySgInqCalls ¶
func (fake *FakeBlockDeviceUtils) DiscoverBySgInqCalls(stub func(string, string) (string, error))
func (*FakeBlockDeviceUtils) DiscoverBySgInqReturns ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) DiscoverBySgInqReturns(result1 string, result2 error)
func (*FakeBlockDeviceUtils) DiscoverBySgInqReturnsOnCall ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) DiscoverBySgInqReturnsOnCall(i int, result1 string, result2 error)
func (*FakeBlockDeviceUtils) DiscoverCallCount ¶
func (fake *FakeBlockDeviceUtils) DiscoverCallCount() int
func (*FakeBlockDeviceUtils) DiscoverCalls ¶
func (fake *FakeBlockDeviceUtils) DiscoverCalls(stub func(string, bool) (string, error))
func (*FakeBlockDeviceUtils) DiscoverReturns ¶
func (fake *FakeBlockDeviceUtils) DiscoverReturns(result1 string, result2 error)
func (*FakeBlockDeviceUtils) DiscoverReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) DiscoverReturnsOnCall(i int, result1 string, result2 error)
func (*FakeBlockDeviceUtils) GetWwnByScsiInq ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) GetWwnByScsiInq(arg1 string, arg2 string) (string, error)
func (*FakeBlockDeviceUtils) GetWwnByScsiInqArgsForCall ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqArgsForCall(i int) (string, string)
func (*FakeBlockDeviceUtils) GetWwnByScsiInqCallCount ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqCallCount() int
func (*FakeBlockDeviceUtils) GetWwnByScsiInqCalls ¶
func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqCalls(stub func(string, string) (string, error))
func (*FakeBlockDeviceUtils) GetWwnByScsiInqReturns ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqReturns(result1 string, result2 error)
func (*FakeBlockDeviceUtils) GetWwnByScsiInqReturnsOnCall ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) GetWwnByScsiInqReturnsOnCall(i int, result1 string, result2 error)
func (*FakeBlockDeviceUtils) Invocations ¶
func (fake *FakeBlockDeviceUtils) Invocations() map[string][][]interface{}
func (*FakeBlockDeviceUtils) IsDeviceMounted ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) IsDeviceMounted(arg1 string) (bool, []string, error)
func (*FakeBlockDeviceUtils) IsDeviceMountedArgsForCall ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) IsDeviceMountedArgsForCall(i int) string
func (*FakeBlockDeviceUtils) IsDeviceMountedCallCount ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) IsDeviceMountedCallCount() int
func (*FakeBlockDeviceUtils) IsDeviceMountedCalls ¶
func (fake *FakeBlockDeviceUtils) IsDeviceMountedCalls(stub func(string) (bool, []string, error))
func (*FakeBlockDeviceUtils) IsDeviceMountedReturns ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) IsDeviceMountedReturns(result1 bool, result2 []string, result3 error)
func (*FakeBlockDeviceUtils) IsDeviceMountedReturnsOnCall ¶ added in v1.0.0
func (fake *FakeBlockDeviceUtils) IsDeviceMountedReturnsOnCall(i int, result1 bool, result2 []string, result3 error)
func (*FakeBlockDeviceUtils) IsDirAMountPoint ¶ added in v1.2.0
func (fake *FakeBlockDeviceUtils) IsDirAMountPoint(arg1 string) (bool, []string, error)
func (*FakeBlockDeviceUtils) IsDirAMountPointArgsForCall ¶ added in v1.2.0
func (fake *FakeBlockDeviceUtils) IsDirAMountPointArgsForCall(i int) string
func (*FakeBlockDeviceUtils) IsDirAMountPointCallCount ¶ added in v1.2.0
func (fake *FakeBlockDeviceUtils) IsDirAMountPointCallCount() int
func (*FakeBlockDeviceUtils) IsDirAMountPointCalls ¶
func (fake *FakeBlockDeviceUtils) IsDirAMountPointCalls(stub func(string) (bool, []string, error))
func (*FakeBlockDeviceUtils) IsDirAMountPointReturns ¶ added in v1.2.0
func (fake *FakeBlockDeviceUtils) IsDirAMountPointReturns(result1 bool, result2 []string, result3 error)
func (*FakeBlockDeviceUtils) IsDirAMountPointReturnsOnCall ¶ added in v1.2.0
func (fake *FakeBlockDeviceUtils) IsDirAMountPointReturnsOnCall(i int, result1 bool, result2 []string, result3 error)
func (*FakeBlockDeviceUtils) MakeFs ¶
func (fake *FakeBlockDeviceUtils) MakeFs(arg1 string, arg2 string) error
func (*FakeBlockDeviceUtils) MakeFsArgsForCall ¶
func (fake *FakeBlockDeviceUtils) MakeFsArgsForCall(i int) (string, string)
func (*FakeBlockDeviceUtils) MakeFsCallCount ¶
func (fake *FakeBlockDeviceUtils) MakeFsCallCount() int
func (*FakeBlockDeviceUtils) MakeFsCalls ¶
func (fake *FakeBlockDeviceUtils) MakeFsCalls(stub func(string, string) error)
func (*FakeBlockDeviceUtils) MakeFsReturns ¶
func (fake *FakeBlockDeviceUtils) MakeFsReturns(result1 error)
func (*FakeBlockDeviceUtils) MakeFsReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) MakeFsReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceUtils) MountFs ¶
func (fake *FakeBlockDeviceUtils) MountFs(arg1 string, arg2 string) error
func (*FakeBlockDeviceUtils) MountFsArgsForCall ¶
func (fake *FakeBlockDeviceUtils) MountFsArgsForCall(i int) (string, string)
func (*FakeBlockDeviceUtils) MountFsCallCount ¶
func (fake *FakeBlockDeviceUtils) MountFsCallCount() int
func (*FakeBlockDeviceUtils) MountFsCalls ¶
func (fake *FakeBlockDeviceUtils) MountFsCalls(stub func(string, string) error)
func (*FakeBlockDeviceUtils) MountFsReturns ¶
func (fake *FakeBlockDeviceUtils) MountFsReturns(result1 error)
func (*FakeBlockDeviceUtils) MountFsReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) MountFsReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceUtils) ReloadMultipath ¶
func (fake *FakeBlockDeviceUtils) ReloadMultipath() error
func (*FakeBlockDeviceUtils) ReloadMultipathCallCount ¶
func (fake *FakeBlockDeviceUtils) ReloadMultipathCallCount() int
func (*FakeBlockDeviceUtils) ReloadMultipathCalls ¶
func (fake *FakeBlockDeviceUtils) ReloadMultipathCalls(stub func() error)
func (*FakeBlockDeviceUtils) ReloadMultipathReturns ¶
func (fake *FakeBlockDeviceUtils) ReloadMultipathReturns(result1 error)
func (*FakeBlockDeviceUtils) ReloadMultipathReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) ReloadMultipathReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceUtils) Rescan ¶
func (fake *FakeBlockDeviceUtils) Rescan(arg1 block_device_utils.Protocol, arg2 *resources.VolumeMountProperties) error
func (*FakeBlockDeviceUtils) RescanArgsForCall ¶
func (fake *FakeBlockDeviceUtils) RescanArgsForCall(i int) (block_device_utils.Protocol, *resources.VolumeMountProperties)
func (*FakeBlockDeviceUtils) RescanCallCount ¶
func (fake *FakeBlockDeviceUtils) RescanCallCount() int
func (*FakeBlockDeviceUtils) RescanCalls ¶
func (fake *FakeBlockDeviceUtils) RescanCalls(stub func(block_device_utils.Protocol, *resources.VolumeMountProperties) error)
func (*FakeBlockDeviceUtils) RescanReturns ¶
func (fake *FakeBlockDeviceUtils) RescanReturns(result1 error)
func (*FakeBlockDeviceUtils) RescanReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) RescanReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceUtils) SetDmsetup ¶
func (fake *FakeBlockDeviceUtils) SetDmsetup(arg1 string) error
func (*FakeBlockDeviceUtils) SetDmsetupArgsForCall ¶
func (fake *FakeBlockDeviceUtils) SetDmsetupArgsForCall(i int) string
func (*FakeBlockDeviceUtils) SetDmsetupCallCount ¶
func (fake *FakeBlockDeviceUtils) SetDmsetupCallCount() int
func (*FakeBlockDeviceUtils) SetDmsetupCalls ¶
func (fake *FakeBlockDeviceUtils) SetDmsetupCalls(stub func(string) error)
func (*FakeBlockDeviceUtils) SetDmsetupReturns ¶
func (fake *FakeBlockDeviceUtils) SetDmsetupReturns(result1 error)
func (*FakeBlockDeviceUtils) SetDmsetupReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) SetDmsetupReturnsOnCall(i int, result1 error)
func (*FakeBlockDeviceUtils) UmountFs ¶
func (fake *FakeBlockDeviceUtils) UmountFs(arg1 string, arg2 string) error
func (*FakeBlockDeviceUtils) UmountFsArgsForCall ¶
func (fake *FakeBlockDeviceUtils) UmountFsArgsForCall(i int) (string, string)
func (*FakeBlockDeviceUtils) UmountFsCallCount ¶
func (fake *FakeBlockDeviceUtils) UmountFsCallCount() int
func (*FakeBlockDeviceUtils) UmountFsCalls ¶
func (fake *FakeBlockDeviceUtils) UmountFsCalls(stub func(string, string) error)
func (*FakeBlockDeviceUtils) UmountFsReturns ¶
func (fake *FakeBlockDeviceUtils) UmountFsReturns(result1 error)
func (*FakeBlockDeviceUtils) UmountFsReturnsOnCall ¶
func (fake *FakeBlockDeviceUtils) UmountFsReturnsOnCall(i int, result1 error)
type FakeExecutor ¶
type FakeExecutor struct { EvalSymlinksStub func(string) (string, error) ExecuteStub func(string, []string) ([]byte, error) ExecuteWithTimeoutStub func(int, string, []string) ([]byte, error) GetDeviceForFileStatStub func(os.FileInfo) uint64 GetGlobFilesStub func(string) ([]string, error) HostnameStub func() (string, error) IsDirStub func(os.FileInfo) bool IsDirEmptyStub func(string) (bool, error) IsExecutableStub func(string) error IsNotExistStub func(error) bool IsSameFileStub func(os.FileInfo, os.FileInfo) bool IsSlinkStub func(os.FileInfo) bool LstatStub func(string) (os.FileInfo, error) MkdirStub func(string, os.FileMode) error MkdirAllStub func(string, os.FileMode) error RemoveStub func(string) error RemoveAllStub func(string) error StatStub func(string) (os.FileInfo, error) SymlinkStub func(string, string) error // contains filtered or unexported fields }
func (*FakeExecutor) EvalSymlinks ¶ added in v0.4.0
func (fake *FakeExecutor) EvalSymlinks(arg1 string) (string, error)
func (*FakeExecutor) EvalSymlinksArgsForCall ¶ added in v0.4.0
func (fake *FakeExecutor) EvalSymlinksArgsForCall(i int) string
func (*FakeExecutor) EvalSymlinksCallCount ¶ added in v0.4.0
func (fake *FakeExecutor) EvalSymlinksCallCount() int
func (*FakeExecutor) EvalSymlinksCalls ¶
func (fake *FakeExecutor) EvalSymlinksCalls(stub func(string) (string, error))
func (*FakeExecutor) EvalSymlinksReturns ¶ added in v0.4.0
func (fake *FakeExecutor) EvalSymlinksReturns(result1 string, result2 error)
func (*FakeExecutor) EvalSymlinksReturnsOnCall ¶ added in v0.4.0
func (fake *FakeExecutor) EvalSymlinksReturnsOnCall(i int, result1 string, result2 error)
func (*FakeExecutor) Execute ¶
func (fake *FakeExecutor) Execute(arg1 string, arg2 []string) ([]byte, error)
func (*FakeExecutor) ExecuteArgsForCall ¶
func (fake *FakeExecutor) ExecuteArgsForCall(i int) (string, []string)
func (*FakeExecutor) ExecuteCallCount ¶
func (fake *FakeExecutor) ExecuteCallCount() int
func (*FakeExecutor) ExecuteCalls ¶
func (fake *FakeExecutor) ExecuteCalls(stub func(string, []string) ([]byte, error))
func (*FakeExecutor) ExecuteReturns ¶
func (fake *FakeExecutor) ExecuteReturns(result1 []byte, result2 error)
func (*FakeExecutor) ExecuteReturnsOnCall ¶
func (fake *FakeExecutor) ExecuteReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeExecutor) ExecuteWithTimeout ¶ added in v1.0.0
func (*FakeExecutor) ExecuteWithTimeoutArgsForCall ¶ added in v1.0.0
func (fake *FakeExecutor) ExecuteWithTimeoutArgsForCall(i int) (int, string, []string)
func (*FakeExecutor) ExecuteWithTimeoutCallCount ¶ added in v1.0.0
func (fake *FakeExecutor) ExecuteWithTimeoutCallCount() int
func (*FakeExecutor) ExecuteWithTimeoutCalls ¶
func (*FakeExecutor) ExecuteWithTimeoutReturns ¶ added in v1.0.0
func (fake *FakeExecutor) ExecuteWithTimeoutReturns(result1 []byte, result2 error)
func (*FakeExecutor) ExecuteWithTimeoutReturnsOnCall ¶ added in v1.0.0
func (fake *FakeExecutor) ExecuteWithTimeoutReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeExecutor) GetDeviceForFileStat ¶
func (fake *FakeExecutor) GetDeviceForFileStat(arg1 os.FileInfo) uint64
func (*FakeExecutor) GetDeviceForFileStatArgsForCall ¶
func (fake *FakeExecutor) GetDeviceForFileStatArgsForCall(i int) os.FileInfo
func (*FakeExecutor) GetDeviceForFileStatCallCount ¶
func (fake *FakeExecutor) GetDeviceForFileStatCallCount() int
func (*FakeExecutor) GetDeviceForFileStatCalls ¶
func (fake *FakeExecutor) GetDeviceForFileStatCalls(stub func(os.FileInfo) uint64)
func (*FakeExecutor) GetDeviceForFileStatReturns ¶
func (fake *FakeExecutor) GetDeviceForFileStatReturns(result1 uint64)
func (*FakeExecutor) GetDeviceForFileStatReturnsOnCall ¶
func (fake *FakeExecutor) GetDeviceForFileStatReturnsOnCall(i int, result1 uint64)
func (*FakeExecutor) GetGlobFiles ¶ added in v1.2.0
func (fake *FakeExecutor) GetGlobFiles(arg1 string) ([]string, error)
func (*FakeExecutor) GetGlobFilesArgsForCall ¶ added in v1.2.0
func (fake *FakeExecutor) GetGlobFilesArgsForCall(i int) string
func (*FakeExecutor) GetGlobFilesCallCount ¶ added in v1.2.0
func (fake *FakeExecutor) GetGlobFilesCallCount() int
func (*FakeExecutor) GetGlobFilesCalls ¶
func (fake *FakeExecutor) GetGlobFilesCalls(stub func(string) ([]string, error))
func (*FakeExecutor) GetGlobFilesReturns ¶ added in v1.2.0
func (fake *FakeExecutor) GetGlobFilesReturns(result1 []string, result2 error)
func (*FakeExecutor) GetGlobFilesReturnsOnCall ¶ added in v1.2.0
func (fake *FakeExecutor) GetGlobFilesReturnsOnCall(i int, result1 []string, result2 error)
func (*FakeExecutor) Hostname ¶
func (fake *FakeExecutor) Hostname() (string, error)
func (*FakeExecutor) HostnameCallCount ¶
func (fake *FakeExecutor) HostnameCallCount() int
func (*FakeExecutor) HostnameCalls ¶
func (fake *FakeExecutor) HostnameCalls(stub func() (string, error))
func (*FakeExecutor) HostnameReturns ¶
func (fake *FakeExecutor) HostnameReturns(result1 string, result2 error)
func (*FakeExecutor) HostnameReturnsOnCall ¶
func (fake *FakeExecutor) HostnameReturnsOnCall(i int, result1 string, result2 error)
func (*FakeExecutor) Invocations ¶
func (fake *FakeExecutor) Invocations() map[string][][]interface{}
func (*FakeExecutor) IsDirArgsForCall ¶ added in v1.2.0
func (fake *FakeExecutor) IsDirArgsForCall(i int) os.FileInfo
func (*FakeExecutor) IsDirCallCount ¶ added in v1.2.0
func (fake *FakeExecutor) IsDirCallCount() int
func (*FakeExecutor) IsDirCalls ¶
func (fake *FakeExecutor) IsDirCalls(stub func(os.FileInfo) bool)
func (*FakeExecutor) IsDirEmpty ¶
func (fake *FakeExecutor) IsDirEmpty(arg1 string) (bool, error)
func (*FakeExecutor) IsDirEmptyArgsForCall ¶
func (fake *FakeExecutor) IsDirEmptyArgsForCall(i int) string
func (*FakeExecutor) IsDirEmptyCallCount ¶
func (fake *FakeExecutor) IsDirEmptyCallCount() int
func (*FakeExecutor) IsDirEmptyCalls ¶
func (fake *FakeExecutor) IsDirEmptyCalls(stub func(string) (bool, error))
func (*FakeExecutor) IsDirEmptyReturns ¶
func (fake *FakeExecutor) IsDirEmptyReturns(result1 bool, result2 error)
func (*FakeExecutor) IsDirEmptyReturnsOnCall ¶
func (fake *FakeExecutor) IsDirEmptyReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeExecutor) IsDirReturns ¶ added in v1.2.0
func (fake *FakeExecutor) IsDirReturns(result1 bool)
func (*FakeExecutor) IsDirReturnsOnCall ¶ added in v1.2.0
func (fake *FakeExecutor) IsDirReturnsOnCall(i int, result1 bool)
func (*FakeExecutor) IsExecutable ¶
func (fake *FakeExecutor) IsExecutable(arg1 string) error
func (*FakeExecutor) IsExecutableArgsForCall ¶
func (fake *FakeExecutor) IsExecutableArgsForCall(i int) string
func (*FakeExecutor) IsExecutableCallCount ¶
func (fake *FakeExecutor) IsExecutableCallCount() int
func (*FakeExecutor) IsExecutableCalls ¶
func (fake *FakeExecutor) IsExecutableCalls(stub func(string) error)
func (*FakeExecutor) IsExecutableReturns ¶
func (fake *FakeExecutor) IsExecutableReturns(result1 error)
func (*FakeExecutor) IsExecutableReturnsOnCall ¶
func (fake *FakeExecutor) IsExecutableReturnsOnCall(i int, result1 error)
func (*FakeExecutor) IsNotExist ¶ added in v1.0.0
func (fake *FakeExecutor) IsNotExist(arg1 error) bool
func (*FakeExecutor) IsNotExistArgsForCall ¶ added in v1.0.0
func (fake *FakeExecutor) IsNotExistArgsForCall(i int) error
func (*FakeExecutor) IsNotExistCallCount ¶ added in v1.0.0
func (fake *FakeExecutor) IsNotExistCallCount() int
func (*FakeExecutor) IsNotExistCalls ¶
func (fake *FakeExecutor) IsNotExistCalls(stub func(error) bool)
func (*FakeExecutor) IsNotExistReturns ¶ added in v1.0.0
func (fake *FakeExecutor) IsNotExistReturns(result1 bool)
func (*FakeExecutor) IsNotExistReturnsOnCall ¶ added in v1.0.0
func (fake *FakeExecutor) IsNotExistReturnsOnCall(i int, result1 bool)
func (*FakeExecutor) IsSameFile ¶ added in v1.2.0
func (*FakeExecutor) IsSameFileArgsForCall ¶ added in v1.2.0
func (*FakeExecutor) IsSameFileCallCount ¶ added in v1.2.0
func (fake *FakeExecutor) IsSameFileCallCount() int
func (*FakeExecutor) IsSameFileCalls ¶
func (*FakeExecutor) IsSameFileReturns ¶ added in v1.2.0
func (fake *FakeExecutor) IsSameFileReturns(result1 bool)
func (*FakeExecutor) IsSameFileReturnsOnCall ¶ added in v1.2.0
func (fake *FakeExecutor) IsSameFileReturnsOnCall(i int, result1 bool)
func (*FakeExecutor) IsSlink ¶ added in v1.2.0
func (fake *FakeExecutor) IsSlink(arg1 os.FileInfo) bool
func (*FakeExecutor) IsSlinkArgsForCall ¶ added in v1.2.0
func (fake *FakeExecutor) IsSlinkArgsForCall(i int) os.FileInfo
func (*FakeExecutor) IsSlinkCallCount ¶ added in v1.2.0
func (fake *FakeExecutor) IsSlinkCallCount() int
func (*FakeExecutor) IsSlinkCalls ¶
func (fake *FakeExecutor) IsSlinkCalls(stub func(os.FileInfo) bool)
func (*FakeExecutor) IsSlinkReturns ¶ added in v1.2.0
func (fake *FakeExecutor) IsSlinkReturns(result1 bool)
func (*FakeExecutor) IsSlinkReturnsOnCall ¶ added in v1.2.0
func (fake *FakeExecutor) IsSlinkReturnsOnCall(i int, result1 bool)
func (*FakeExecutor) Lstat ¶ added in v1.2.0
func (fake *FakeExecutor) Lstat(arg1 string) (os.FileInfo, error)
func (*FakeExecutor) LstatArgsForCall ¶ added in v1.2.0
func (fake *FakeExecutor) LstatArgsForCall(i int) string
func (*FakeExecutor) LstatCallCount ¶ added in v1.2.0
func (fake *FakeExecutor) LstatCallCount() int
func (*FakeExecutor) LstatCalls ¶
func (fake *FakeExecutor) LstatCalls(stub func(string) (os.FileInfo, error))
func (*FakeExecutor) LstatReturns ¶ added in v1.2.0
func (fake *FakeExecutor) LstatReturns(result1 os.FileInfo, result2 error)
func (*FakeExecutor) LstatReturnsOnCall ¶ added in v1.2.0
func (fake *FakeExecutor) LstatReturnsOnCall(i int, result1 os.FileInfo, result2 error)
func (*FakeExecutor) MkdirAll ¶
func (fake *FakeExecutor) MkdirAll(arg1 string, arg2 os.FileMode) error
func (*FakeExecutor) MkdirAllArgsForCall ¶
func (fake *FakeExecutor) MkdirAllArgsForCall(i int) (string, os.FileMode)
func (*FakeExecutor) MkdirAllCallCount ¶
func (fake *FakeExecutor) MkdirAllCallCount() int
func (*FakeExecutor) MkdirAllCalls ¶
func (fake *FakeExecutor) MkdirAllCalls(stub func(string, os.FileMode) error)
func (*FakeExecutor) MkdirAllReturns ¶
func (fake *FakeExecutor) MkdirAllReturns(result1 error)
func (*FakeExecutor) MkdirAllReturnsOnCall ¶
func (fake *FakeExecutor) MkdirAllReturnsOnCall(i int, result1 error)
func (*FakeExecutor) MkdirArgsForCall ¶
func (fake *FakeExecutor) MkdirArgsForCall(i int) (string, os.FileMode)
func (*FakeExecutor) MkdirCallCount ¶
func (fake *FakeExecutor) MkdirCallCount() int
func (*FakeExecutor) MkdirCalls ¶
func (fake *FakeExecutor) MkdirCalls(stub func(string, os.FileMode) error)
func (*FakeExecutor) MkdirReturns ¶
func (fake *FakeExecutor) MkdirReturns(result1 error)
func (*FakeExecutor) MkdirReturnsOnCall ¶
func (fake *FakeExecutor) MkdirReturnsOnCall(i int, result1 error)
func (*FakeExecutor) Remove ¶ added in v0.4.0
func (fake *FakeExecutor) Remove(arg1 string) error
func (*FakeExecutor) RemoveAll ¶
func (fake *FakeExecutor) RemoveAll(arg1 string) error
func (*FakeExecutor) RemoveAllArgsForCall ¶
func (fake *FakeExecutor) RemoveAllArgsForCall(i int) string
func (*FakeExecutor) RemoveAllCallCount ¶
func (fake *FakeExecutor) RemoveAllCallCount() int
func (*FakeExecutor) RemoveAllCalls ¶
func (fake *FakeExecutor) RemoveAllCalls(stub func(string) error)
func (*FakeExecutor) RemoveAllReturns ¶
func (fake *FakeExecutor) RemoveAllReturns(result1 error)
func (*FakeExecutor) RemoveAllReturnsOnCall ¶
func (fake *FakeExecutor) RemoveAllReturnsOnCall(i int, result1 error)
func (*FakeExecutor) RemoveArgsForCall ¶ added in v0.4.0
func (fake *FakeExecutor) RemoveArgsForCall(i int) string
func (*FakeExecutor) RemoveCallCount ¶ added in v0.4.0
func (fake *FakeExecutor) RemoveCallCount() int
func (*FakeExecutor) RemoveCalls ¶
func (fake *FakeExecutor) RemoveCalls(stub func(string) error)
func (*FakeExecutor) RemoveReturns ¶ added in v0.4.0
func (fake *FakeExecutor) RemoveReturns(result1 error)
func (*FakeExecutor) RemoveReturnsOnCall ¶ added in v0.4.0
func (fake *FakeExecutor) RemoveReturnsOnCall(i int, result1 error)
func (*FakeExecutor) StatArgsForCall ¶
func (fake *FakeExecutor) StatArgsForCall(i int) string
func (*FakeExecutor) StatCallCount ¶
func (fake *FakeExecutor) StatCallCount() int
func (*FakeExecutor) StatCalls ¶
func (fake *FakeExecutor) StatCalls(stub func(string) (os.FileInfo, error))
func (*FakeExecutor) StatReturns ¶
func (fake *FakeExecutor) StatReturns(result1 os.FileInfo, result2 error)
func (*FakeExecutor) StatReturnsOnCall ¶
func (fake *FakeExecutor) StatReturnsOnCall(i int, result1 os.FileInfo, result2 error)
func (*FakeExecutor) Symlink ¶ added in v1.2.0
func (fake *FakeExecutor) Symlink(arg1 string, arg2 string) error
func (*FakeExecutor) SymlinkArgsForCall ¶ added in v1.2.0
func (fake *FakeExecutor) SymlinkArgsForCall(i int) (string, string)
func (*FakeExecutor) SymlinkCallCount ¶ added in v1.2.0
func (fake *FakeExecutor) SymlinkCallCount() int
func (*FakeExecutor) SymlinkCalls ¶
func (fake *FakeExecutor) SymlinkCalls(stub func(string, string) error)
func (*FakeExecutor) SymlinkReturns ¶ added in v1.2.0
func (fake *FakeExecutor) SymlinkReturns(result1 error)
func (*FakeExecutor) SymlinkReturnsOnCall ¶ added in v1.2.0
func (fake *FakeExecutor) SymlinkReturnsOnCall(i int, result1 error)
type FakeHeartbeat ¶
type FakeHeartbeat struct { ExistsStub func() (bool, error) CreateStub func() error UpdateStub func() error GetLastUpdateTimestampStub func() (time.Time, error) // contains filtered or unexported fields }
func (*FakeHeartbeat) Create ¶
func (fake *FakeHeartbeat) Create() error
func (*FakeHeartbeat) CreateCallCount ¶
func (fake *FakeHeartbeat) CreateCallCount() int
func (*FakeHeartbeat) CreateReturns ¶
func (fake *FakeHeartbeat) CreateReturns(result1 error)
func (*FakeHeartbeat) CreateReturnsOnCall ¶
func (fake *FakeHeartbeat) CreateReturnsOnCall(i int, result1 error)
func (*FakeHeartbeat) Exists ¶
func (fake *FakeHeartbeat) Exists() (bool, error)
func (*FakeHeartbeat) ExistsCallCount ¶
func (fake *FakeHeartbeat) ExistsCallCount() int
func (*FakeHeartbeat) ExistsReturns ¶
func (fake *FakeHeartbeat) ExistsReturns(result1 bool, result2 error)
func (*FakeHeartbeat) ExistsReturnsOnCall ¶
func (fake *FakeHeartbeat) ExistsReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeHeartbeat) GetLastUpdateTimestamp ¶
func (fake *FakeHeartbeat) GetLastUpdateTimestamp() (time.Time, error)
func (*FakeHeartbeat) GetLastUpdateTimestampCallCount ¶
func (fake *FakeHeartbeat) GetLastUpdateTimestampCallCount() int
func (*FakeHeartbeat) GetLastUpdateTimestampReturns ¶
func (fake *FakeHeartbeat) GetLastUpdateTimestampReturns(result1 time.Time, result2 error)
func (*FakeHeartbeat) GetLastUpdateTimestampReturnsOnCall ¶
func (fake *FakeHeartbeat) GetLastUpdateTimestampReturnsOnCall(i int, result1 time.Time, result2 error)
func (*FakeHeartbeat) Invocations ¶
func (fake *FakeHeartbeat) Invocations() map[string][][]interface{}
func (*FakeHeartbeat) Update ¶
func (fake *FakeHeartbeat) Update() error
func (*FakeHeartbeat) UpdateCallCount ¶
func (fake *FakeHeartbeat) UpdateCallCount() int
func (*FakeHeartbeat) UpdateReturns ¶
func (fake *FakeHeartbeat) UpdateReturns(result1 error)
func (*FakeHeartbeat) UpdateReturnsOnCall ¶
func (fake *FakeHeartbeat) UpdateReturnsOnCall(i int, result1 error)
type FakeLocker ¶
type FakeLocker struct { WriteLockStub func(name string) WriteUnlockStub func(name string) ReadLockStub func(name string) ReadUnlockStub func(name string) // contains filtered or unexported fields }
func (*FakeLocker) Invocations ¶
func (fake *FakeLocker) Invocations() map[string][][]interface{}
func (*FakeLocker) ReadLock ¶
func (fake *FakeLocker) ReadLock(name string)
func (*FakeLocker) ReadLockArgsForCall ¶
func (fake *FakeLocker) ReadLockArgsForCall(i int) string
func (*FakeLocker) ReadLockCallCount ¶
func (fake *FakeLocker) ReadLockCallCount() int
func (*FakeLocker) ReadUnlock ¶
func (fake *FakeLocker) ReadUnlock(name string)
func (*FakeLocker) ReadUnlockArgsForCall ¶
func (fake *FakeLocker) ReadUnlockArgsForCall(i int) string
func (*FakeLocker) ReadUnlockCallCount ¶
func (fake *FakeLocker) ReadUnlockCallCount() int
func (*FakeLocker) WriteLock ¶
func (fake *FakeLocker) WriteLock(name string)
func (*FakeLocker) WriteLockArgsForCall ¶
func (fake *FakeLocker) WriteLockArgsForCall(i int) string
func (*FakeLocker) WriteLockCallCount ¶
func (fake *FakeLocker) WriteLockCallCount() int
func (*FakeLocker) WriteUnlock ¶
func (fake *FakeLocker) WriteUnlock(name string)
func (*FakeLocker) WriteUnlockArgsForCall ¶
func (fake *FakeLocker) WriteUnlockArgsForCall(i int) string
func (*FakeLocker) WriteUnlockCallCount ¶
func (fake *FakeLocker) WriteUnlockCallCount() int
type FakeMounter ¶
type FakeMounter struct { ActionAfterDetachStub func(resources.AfterDetachRequest) error MountStub func(resources.MountRequest) (string, error) UnmountStub func(resources.UnmountRequest) error // contains filtered or unexported fields }
func (*FakeMounter) ActionAfterDetach ¶
func (fake *FakeMounter) ActionAfterDetach(arg1 resources.AfterDetachRequest) error
func (*FakeMounter) ActionAfterDetachArgsForCall ¶
func (fake *FakeMounter) ActionAfterDetachArgsForCall(i int) resources.AfterDetachRequest
func (*FakeMounter) ActionAfterDetachCallCount ¶
func (fake *FakeMounter) ActionAfterDetachCallCount() int
func (*FakeMounter) ActionAfterDetachCalls ¶
func (fake *FakeMounter) ActionAfterDetachCalls(stub func(resources.AfterDetachRequest) error)
func (*FakeMounter) ActionAfterDetachReturns ¶
func (fake *FakeMounter) ActionAfterDetachReturns(result1 error)
func (*FakeMounter) ActionAfterDetachReturnsOnCall ¶
func (fake *FakeMounter) ActionAfterDetachReturnsOnCall(i int, result1 error)
func (*FakeMounter) Invocations ¶
func (fake *FakeMounter) Invocations() map[string][][]interface{}
func (*FakeMounter) Mount ¶
func (fake *FakeMounter) Mount(arg1 resources.MountRequest) (string, error)
func (*FakeMounter) MountArgsForCall ¶
func (fake *FakeMounter) MountArgsForCall(i int) resources.MountRequest
func (*FakeMounter) MountCallCount ¶
func (fake *FakeMounter) MountCallCount() int
func (*FakeMounter) MountCalls ¶
func (fake *FakeMounter) MountCalls(stub func(resources.MountRequest) (string, error))
func (*FakeMounter) MountReturns ¶
func (fake *FakeMounter) MountReturns(result1 string, result2 error)
func (*FakeMounter) MountReturnsOnCall ¶
func (fake *FakeMounter) MountReturnsOnCall(i int, result1 string, result2 error)
func (*FakeMounter) Unmount ¶
func (fake *FakeMounter) Unmount(arg1 resources.UnmountRequest) error
func (*FakeMounter) UnmountArgsForCall ¶
func (fake *FakeMounter) UnmountArgsForCall(i int) resources.UnmountRequest
func (*FakeMounter) UnmountCallCount ¶
func (fake *FakeMounter) UnmountCallCount() int
func (*FakeMounter) UnmountCalls ¶
func (fake *FakeMounter) UnmountCalls(stub func(resources.UnmountRequest) error)
func (*FakeMounter) UnmountReturns ¶
func (fake *FakeMounter) UnmountReturns(result1 error)
func (*FakeMounter) UnmountReturnsOnCall ¶
func (fake *FakeMounter) UnmountReturnsOnCall(i int, result1 error)
type FakeMounterFactory ¶ added in v1.2.0
type FakeMounterFactory struct { GetMounterPerBackendStub func(string, *log.Logger, resources.UbiquityPluginConfig, resources.RequestContext) (resources.Mounter, error) // contains filtered or unexported fields }
func (*FakeMounterFactory) GetMounterPerBackend ¶ added in v1.2.0
func (fake *FakeMounterFactory) GetMounterPerBackend(arg1 string, arg2 *log.Logger, arg3 resources.UbiquityPluginConfig, arg4 resources.RequestContext) (resources.Mounter, error)
func (*FakeMounterFactory) GetMounterPerBackendArgsForCall ¶ added in v1.2.0
func (fake *FakeMounterFactory) GetMounterPerBackendArgsForCall(i int) (string, *log.Logger, resources.UbiquityPluginConfig, resources.RequestContext)
func (*FakeMounterFactory) GetMounterPerBackendCallCount ¶ added in v1.2.0
func (fake *FakeMounterFactory) GetMounterPerBackendCallCount() int
func (*FakeMounterFactory) GetMounterPerBackendCalls ¶
func (fake *FakeMounterFactory) GetMounterPerBackendCalls(stub func(string, *log.Logger, resources.UbiquityPluginConfig, resources.RequestContext) (resources.Mounter, error))
func (*FakeMounterFactory) GetMounterPerBackendReturns ¶ added in v1.2.0
func (fake *FakeMounterFactory) GetMounterPerBackendReturns(result1 resources.Mounter, result2 error)
func (*FakeMounterFactory) GetMounterPerBackendReturnsOnCall ¶ added in v1.2.0
func (fake *FakeMounterFactory) GetMounterPerBackendReturnsOnCall(i int, result1 resources.Mounter, result2 error)
func (*FakeMounterFactory) Invocations ¶ added in v1.2.0
func (fake *FakeMounterFactory) Invocations() map[string][][]interface{}
type FakeScbeDataModel ¶
type FakeScbeDataModel struct { DeleteVolumeStub func(string) error GetVolumeStub func(string) (scbe.ScbeVolume, bool, error) InsertVolumeStub func(string, string, string) error ListVolumesStub func() ([]scbe.ScbeVolume, error) // contains filtered or unexported fields }
func (*FakeScbeDataModel) DeleteVolume ¶
func (fake *FakeScbeDataModel) DeleteVolume(arg1 string) error
func (*FakeScbeDataModel) DeleteVolumeArgsForCall ¶
func (fake *FakeScbeDataModel) DeleteVolumeArgsForCall(i int) string
func (*FakeScbeDataModel) DeleteVolumeCallCount ¶
func (fake *FakeScbeDataModel) DeleteVolumeCallCount() int
func (*FakeScbeDataModel) DeleteVolumeCalls ¶
func (fake *FakeScbeDataModel) DeleteVolumeCalls(stub func(string) error)
func (*FakeScbeDataModel) DeleteVolumeReturns ¶
func (fake *FakeScbeDataModel) DeleteVolumeReturns(result1 error)
func (*FakeScbeDataModel) DeleteVolumeReturnsOnCall ¶
func (fake *FakeScbeDataModel) DeleteVolumeReturnsOnCall(i int, result1 error)
func (*FakeScbeDataModel) GetVolume ¶
func (fake *FakeScbeDataModel) GetVolume(arg1 string) (scbe.ScbeVolume, bool, error)
func (*FakeScbeDataModel) GetVolumeArgsForCall ¶
func (fake *FakeScbeDataModel) GetVolumeArgsForCall(i int) string
func (*FakeScbeDataModel) GetVolumeCallCount ¶
func (fake *FakeScbeDataModel) GetVolumeCallCount() int
func (*FakeScbeDataModel) GetVolumeCalls ¶
func (fake *FakeScbeDataModel) GetVolumeCalls(stub func(string) (scbe.ScbeVolume, bool, error))
func (*FakeScbeDataModel) GetVolumeReturns ¶
func (fake *FakeScbeDataModel) GetVolumeReturns(result1 scbe.ScbeVolume, result2 bool, result3 error)
func (*FakeScbeDataModel) GetVolumeReturnsOnCall ¶
func (fake *FakeScbeDataModel) GetVolumeReturnsOnCall(i int, result1 scbe.ScbeVolume, result2 bool, result3 error)
func (*FakeScbeDataModel) InsertVolume ¶
func (fake *FakeScbeDataModel) InsertVolume(arg1 string, arg2 string, arg3 string) error
func (*FakeScbeDataModel) InsertVolumeArgsForCall ¶
func (fake *FakeScbeDataModel) InsertVolumeArgsForCall(i int) (string, string, string)
func (*FakeScbeDataModel) InsertVolumeCallCount ¶
func (fake *FakeScbeDataModel) InsertVolumeCallCount() int
func (*FakeScbeDataModel) InsertVolumeCalls ¶
func (fake *FakeScbeDataModel) InsertVolumeCalls(stub func(string, string, string) error)
func (*FakeScbeDataModel) InsertVolumeReturns ¶
func (fake *FakeScbeDataModel) InsertVolumeReturns(result1 error)
func (*FakeScbeDataModel) InsertVolumeReturnsOnCall ¶
func (fake *FakeScbeDataModel) InsertVolumeReturnsOnCall(i int, result1 error)
func (*FakeScbeDataModel) Invocations ¶
func (fake *FakeScbeDataModel) Invocations() map[string][][]interface{}
func (*FakeScbeDataModel) ListVolumes ¶
func (fake *FakeScbeDataModel) ListVolumes() ([]scbe.ScbeVolume, error)
func (*FakeScbeDataModel) ListVolumesCallCount ¶
func (fake *FakeScbeDataModel) ListVolumesCallCount() int
func (*FakeScbeDataModel) ListVolumesCalls ¶
func (fake *FakeScbeDataModel) ListVolumesCalls(stub func() ([]scbe.ScbeVolume, error))
func (*FakeScbeDataModel) ListVolumesReturns ¶
func (fake *FakeScbeDataModel) ListVolumesReturns(result1 []scbe.ScbeVolume, result2 error)
func (*FakeScbeDataModel) ListVolumesReturnsOnCall ¶
func (fake *FakeScbeDataModel) ListVolumesReturnsOnCall(i int, result1 []scbe.ScbeVolume, result2 error)
type FakeScbeDataModelWrapper ¶ added in v1.0.0
type FakeScbeDataModelWrapper struct { DeleteVolumeStub func(string) error GetVolumeStub func(string, bool) (scbe.ScbeVolume, error) InsertVolumeStub func(string, string, string) error ListVolumesStub func() ([]scbe.ScbeVolume, error) UpdateDatabaseVolumeStub func(*scbe.ScbeVolume) // contains filtered or unexported fields }
func (*FakeScbeDataModelWrapper) DeleteVolume ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) DeleteVolume(arg1 string) error
func (*FakeScbeDataModelWrapper) DeleteVolumeArgsForCall ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) DeleteVolumeArgsForCall(i int) string
func (*FakeScbeDataModelWrapper) DeleteVolumeCallCount ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) DeleteVolumeCallCount() int
func (*FakeScbeDataModelWrapper) DeleteVolumeCalls ¶
func (fake *FakeScbeDataModelWrapper) DeleteVolumeCalls(stub func(string) error)
func (*FakeScbeDataModelWrapper) DeleteVolumeReturns ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) DeleteVolumeReturns(result1 error)
func (*FakeScbeDataModelWrapper) DeleteVolumeReturnsOnCall ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) DeleteVolumeReturnsOnCall(i int, result1 error)
func (*FakeScbeDataModelWrapper) GetVolume ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) GetVolume(arg1 string, arg2 bool) (scbe.ScbeVolume, error)
func (*FakeScbeDataModelWrapper) GetVolumeArgsForCall ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) GetVolumeArgsForCall(i int) (string, bool)
func (*FakeScbeDataModelWrapper) GetVolumeCallCount ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) GetVolumeCallCount() int
func (*FakeScbeDataModelWrapper) GetVolumeCalls ¶
func (fake *FakeScbeDataModelWrapper) GetVolumeCalls(stub func(string, bool) (scbe.ScbeVolume, error))
func (*FakeScbeDataModelWrapper) GetVolumeReturns ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) GetVolumeReturns(result1 scbe.ScbeVolume, result2 error)
func (*FakeScbeDataModelWrapper) GetVolumeReturnsOnCall ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) GetVolumeReturnsOnCall(i int, result1 scbe.ScbeVolume, result2 error)
func (*FakeScbeDataModelWrapper) InsertVolume ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) InsertVolume(arg1 string, arg2 string, arg3 string) error
func (*FakeScbeDataModelWrapper) InsertVolumeArgsForCall ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) InsertVolumeArgsForCall(i int) (string, string, string)
func (*FakeScbeDataModelWrapper) InsertVolumeCallCount ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) InsertVolumeCallCount() int
func (*FakeScbeDataModelWrapper) InsertVolumeCalls ¶
func (fake *FakeScbeDataModelWrapper) InsertVolumeCalls(stub func(string, string, string) error)
func (*FakeScbeDataModelWrapper) InsertVolumeReturns ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) InsertVolumeReturns(result1 error)
func (*FakeScbeDataModelWrapper) InsertVolumeReturnsOnCall ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) InsertVolumeReturnsOnCall(i int, result1 error)
func (*FakeScbeDataModelWrapper) Invocations ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) Invocations() map[string][][]interface{}
func (*FakeScbeDataModelWrapper) ListVolumes ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) ListVolumes() ([]scbe.ScbeVolume, error)
func (*FakeScbeDataModelWrapper) ListVolumesCallCount ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) ListVolumesCallCount() int
func (*FakeScbeDataModelWrapper) ListVolumesCalls ¶
func (fake *FakeScbeDataModelWrapper) ListVolumesCalls(stub func() ([]scbe.ScbeVolume, error))
func (*FakeScbeDataModelWrapper) ListVolumesReturns ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) ListVolumesReturns(result1 []scbe.ScbeVolume, result2 error)
func (*FakeScbeDataModelWrapper) ListVolumesReturnsOnCall ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) ListVolumesReturnsOnCall(i int, result1 []scbe.ScbeVolume, result2 error)
func (*FakeScbeDataModelWrapper) UpdateDatabaseVolume ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) UpdateDatabaseVolume(arg1 *scbe.ScbeVolume)
func (*FakeScbeDataModelWrapper) UpdateDatabaseVolumeArgsForCall ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) UpdateDatabaseVolumeArgsForCall(i int) *scbe.ScbeVolume
func (*FakeScbeDataModelWrapper) UpdateDatabaseVolumeCallCount ¶ added in v1.0.0
func (fake *FakeScbeDataModelWrapper) UpdateDatabaseVolumeCallCount() int
func (*FakeScbeDataModelWrapper) UpdateDatabaseVolumeCalls ¶
func (fake *FakeScbeDataModelWrapper) UpdateDatabaseVolumeCalls(stub func(*scbe.ScbeVolume))
type FakeScbeRestClient ¶
type FakeScbeRestClient struct { CreateVolumeStub func(string, string, int) (scbe.ScbeVolumeInfo, error) DeleteVolumeStub func(string) error GetVolMappingStub func(string) (scbe.ScbeVolumeMapInfo, error) GetVolumesStub func(string) ([]scbe.ScbeVolumeInfo, error) LoginStub func() error MapVolumeStub func(string, string) (scbe.ScbeResponseMapping, error) ServiceExistStub func(string) (bool, error) UnmapVolumeStub func(string, string) error // contains filtered or unexported fields }
func (*FakeScbeRestClient) CreateVolume ¶
func (fake *FakeScbeRestClient) CreateVolume(arg1 string, arg2 string, arg3 int) (scbe.ScbeVolumeInfo, error)
func (*FakeScbeRestClient) CreateVolumeArgsForCall ¶
func (fake *FakeScbeRestClient) CreateVolumeArgsForCall(i int) (string, string, int)
func (*FakeScbeRestClient) CreateVolumeCallCount ¶
func (fake *FakeScbeRestClient) CreateVolumeCallCount() int
func (*FakeScbeRestClient) CreateVolumeCalls ¶
func (fake *FakeScbeRestClient) CreateVolumeCalls(stub func(string, string, int) (scbe.ScbeVolumeInfo, error))
func (*FakeScbeRestClient) CreateVolumeReturns ¶
func (fake *FakeScbeRestClient) CreateVolumeReturns(result1 scbe.ScbeVolumeInfo, result2 error)
func (*FakeScbeRestClient) CreateVolumeReturnsOnCall ¶
func (fake *FakeScbeRestClient) CreateVolumeReturnsOnCall(i int, result1 scbe.ScbeVolumeInfo, result2 error)
func (*FakeScbeRestClient) DeleteVolume ¶
func (fake *FakeScbeRestClient) DeleteVolume(arg1 string) error
func (*FakeScbeRestClient) DeleteVolumeArgsForCall ¶
func (fake *FakeScbeRestClient) DeleteVolumeArgsForCall(i int) string
func (*FakeScbeRestClient) DeleteVolumeCallCount ¶
func (fake *FakeScbeRestClient) DeleteVolumeCallCount() int
func (*FakeScbeRestClient) DeleteVolumeCalls ¶
func (fake *FakeScbeRestClient) DeleteVolumeCalls(stub func(string) error)
func (*FakeScbeRestClient) DeleteVolumeReturns ¶
func (fake *FakeScbeRestClient) DeleteVolumeReturns(result1 error)
func (*FakeScbeRestClient) DeleteVolumeReturnsOnCall ¶
func (fake *FakeScbeRestClient) DeleteVolumeReturnsOnCall(i int, result1 error)
func (*FakeScbeRestClient) GetVolMapping ¶
func (fake *FakeScbeRestClient) GetVolMapping(arg1 string) (scbe.ScbeVolumeMapInfo, error)
func (*FakeScbeRestClient) GetVolMappingArgsForCall ¶
func (fake *FakeScbeRestClient) GetVolMappingArgsForCall(i int) string
func (*FakeScbeRestClient) GetVolMappingCallCount ¶
func (fake *FakeScbeRestClient) GetVolMappingCallCount() int
func (*FakeScbeRestClient) GetVolMappingCalls ¶
func (fake *FakeScbeRestClient) GetVolMappingCalls(stub func(string) (scbe.ScbeVolumeMapInfo, error))
func (*FakeScbeRestClient) GetVolMappingReturns ¶
func (fake *FakeScbeRestClient) GetVolMappingReturns(result1 scbe.ScbeVolumeMapInfo, result2 error)
func (*FakeScbeRestClient) GetVolMappingReturnsOnCall ¶
func (fake *FakeScbeRestClient) GetVolMappingReturnsOnCall(i int, result1 scbe.ScbeVolumeMapInfo, result2 error)
func (*FakeScbeRestClient) GetVolumes ¶
func (fake *FakeScbeRestClient) GetVolumes(arg1 string) ([]scbe.ScbeVolumeInfo, error)
func (*FakeScbeRestClient) GetVolumesArgsForCall ¶
func (fake *FakeScbeRestClient) GetVolumesArgsForCall(i int) string
func (*FakeScbeRestClient) GetVolumesCallCount ¶
func (fake *FakeScbeRestClient) GetVolumesCallCount() int
func (*FakeScbeRestClient) GetVolumesCalls ¶
func (fake *FakeScbeRestClient) GetVolumesCalls(stub func(string) ([]scbe.ScbeVolumeInfo, error))
func (*FakeScbeRestClient) GetVolumesReturns ¶
func (fake *FakeScbeRestClient) GetVolumesReturns(result1 []scbe.ScbeVolumeInfo, result2 error)
func (*FakeScbeRestClient) GetVolumesReturnsOnCall ¶
func (fake *FakeScbeRestClient) GetVolumesReturnsOnCall(i int, result1 []scbe.ScbeVolumeInfo, result2 error)
func (*FakeScbeRestClient) Invocations ¶
func (fake *FakeScbeRestClient) Invocations() map[string][][]interface{}
func (*FakeScbeRestClient) Login ¶
func (fake *FakeScbeRestClient) Login() error
func (*FakeScbeRestClient) LoginCallCount ¶
func (fake *FakeScbeRestClient) LoginCallCount() int
func (*FakeScbeRestClient) LoginCalls ¶
func (fake *FakeScbeRestClient) LoginCalls(stub func() error)
func (*FakeScbeRestClient) LoginReturns ¶
func (fake *FakeScbeRestClient) LoginReturns(result1 error)
func (*FakeScbeRestClient) LoginReturnsOnCall ¶
func (fake *FakeScbeRestClient) LoginReturnsOnCall(i int, result1 error)
func (*FakeScbeRestClient) MapVolume ¶
func (fake *FakeScbeRestClient) MapVolume(arg1 string, arg2 string) (scbe.ScbeResponseMapping, error)
func (*FakeScbeRestClient) MapVolumeArgsForCall ¶
func (fake *FakeScbeRestClient) MapVolumeArgsForCall(i int) (string, string)
func (*FakeScbeRestClient) MapVolumeCallCount ¶
func (fake *FakeScbeRestClient) MapVolumeCallCount() int
func (*FakeScbeRestClient) MapVolumeCalls ¶
func (fake *FakeScbeRestClient) MapVolumeCalls(stub func(string, string) (scbe.ScbeResponseMapping, error))
func (*FakeScbeRestClient) MapVolumeReturns ¶
func (fake *FakeScbeRestClient) MapVolumeReturns(result1 scbe.ScbeResponseMapping, result2 error)
func (*FakeScbeRestClient) MapVolumeReturnsOnCall ¶
func (fake *FakeScbeRestClient) MapVolumeReturnsOnCall(i int, result1 scbe.ScbeResponseMapping, result2 error)
func (*FakeScbeRestClient) ServiceExist ¶
func (fake *FakeScbeRestClient) ServiceExist(arg1 string) (bool, error)
func (*FakeScbeRestClient) ServiceExistArgsForCall ¶
func (fake *FakeScbeRestClient) ServiceExistArgsForCall(i int) string
func (*FakeScbeRestClient) ServiceExistCallCount ¶
func (fake *FakeScbeRestClient) ServiceExistCallCount() int
func (*FakeScbeRestClient) ServiceExistCalls ¶
func (fake *FakeScbeRestClient) ServiceExistCalls(stub func(string) (bool, error))
func (*FakeScbeRestClient) ServiceExistReturns ¶
func (fake *FakeScbeRestClient) ServiceExistReturns(result1 bool, result2 error)
func (*FakeScbeRestClient) ServiceExistReturnsOnCall ¶
func (fake *FakeScbeRestClient) ServiceExistReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeScbeRestClient) UnmapVolume ¶
func (fake *FakeScbeRestClient) UnmapVolume(arg1 string, arg2 string) error
func (*FakeScbeRestClient) UnmapVolumeArgsForCall ¶
func (fake *FakeScbeRestClient) UnmapVolumeArgsForCall(i int) (string, string)
func (*FakeScbeRestClient) UnmapVolumeCallCount ¶
func (fake *FakeScbeRestClient) UnmapVolumeCallCount() int
func (*FakeScbeRestClient) UnmapVolumeCalls ¶
func (fake *FakeScbeRestClient) UnmapVolumeCalls(stub func(string, string) error)
func (*FakeScbeRestClient) UnmapVolumeReturns ¶
func (fake *FakeScbeRestClient) UnmapVolumeReturns(result1 error)
func (*FakeScbeRestClient) UnmapVolumeReturnsOnCall ¶
func (fake *FakeScbeRestClient) UnmapVolumeReturnsOnCall(i int, result1 error)
type FakeSimpleRestClient ¶
type FakeSimpleRestClient struct { DeleteStub func(string, []byte, int) error GetStub func(string, map[string]string, int, interface{}) error LoginStub func() error PostStub func(string, []byte, int, interface{}) error // contains filtered or unexported fields }
func (*FakeSimpleRestClient) Delete ¶
func (fake *FakeSimpleRestClient) Delete(arg1 string, arg2 []byte, arg3 int) error
func (*FakeSimpleRestClient) DeleteArgsForCall ¶
func (fake *FakeSimpleRestClient) DeleteArgsForCall(i int) (string, []byte, int)
func (*FakeSimpleRestClient) DeleteCallCount ¶
func (fake *FakeSimpleRestClient) DeleteCallCount() int
func (*FakeSimpleRestClient) DeleteCalls ¶
func (fake *FakeSimpleRestClient) DeleteCalls(stub func(string, []byte, int) error)
func (*FakeSimpleRestClient) DeleteReturns ¶
func (fake *FakeSimpleRestClient) DeleteReturns(result1 error)
func (*FakeSimpleRestClient) DeleteReturnsOnCall ¶
func (fake *FakeSimpleRestClient) DeleteReturnsOnCall(i int, result1 error)
func (*FakeSimpleRestClient) GetArgsForCall ¶
func (*FakeSimpleRestClient) GetCallCount ¶
func (fake *FakeSimpleRestClient) GetCallCount() int
func (*FakeSimpleRestClient) GetReturns ¶
func (fake *FakeSimpleRestClient) GetReturns(result1 error)
func (*FakeSimpleRestClient) GetReturnsOnCall ¶
func (fake *FakeSimpleRestClient) GetReturnsOnCall(i int, result1 error)
func (*FakeSimpleRestClient) Invocations ¶
func (fake *FakeSimpleRestClient) Invocations() map[string][][]interface{}
func (*FakeSimpleRestClient) Login ¶
func (fake *FakeSimpleRestClient) Login() error
func (*FakeSimpleRestClient) LoginCallCount ¶
func (fake *FakeSimpleRestClient) LoginCallCount() int
func (*FakeSimpleRestClient) LoginCalls ¶
func (fake *FakeSimpleRestClient) LoginCalls(stub func() error)
func (*FakeSimpleRestClient) LoginReturns ¶
func (fake *FakeSimpleRestClient) LoginReturns(result1 error)
func (*FakeSimpleRestClient) LoginReturnsOnCall ¶
func (fake *FakeSimpleRestClient) LoginReturnsOnCall(i int, result1 error)
func (*FakeSimpleRestClient) Post ¶
func (fake *FakeSimpleRestClient) Post(arg1 string, arg2 []byte, arg3 int, arg4 interface{}) error
func (*FakeSimpleRestClient) PostArgsForCall ¶
func (fake *FakeSimpleRestClient) PostArgsForCall(i int) (string, []byte, int, interface{})
func (*FakeSimpleRestClient) PostCallCount ¶
func (fake *FakeSimpleRestClient) PostCallCount() int
func (*FakeSimpleRestClient) PostCalls ¶
func (fake *FakeSimpleRestClient) PostCalls(stub func(string, []byte, int, interface{}) error)
func (*FakeSimpleRestClient) PostReturns ¶
func (fake *FakeSimpleRestClient) PostReturns(result1 error)
func (*FakeSimpleRestClient) PostReturnsOnCall ¶
func (fake *FakeSimpleRestClient) PostReturnsOnCall(i int, result1 error)
type FakeSpectrumDataModel ¶
type FakeSpectrumDataModel struct { CreateVolumeTableStub func() error DeleteVolumeStub func(string) error GetVolumeStub func(string) (spectrumscale.SpectrumScaleVolume, bool, error) InsertFilesetQuotaVolumeStub func(string, string, string, string, bool, map[string]interface{}) error InsertFilesetVolumeStub func(string, string, string, bool, map[string]interface{}) error ListVolumesStub func() ([]resources.Volume, error) UpdateVolumeMountpointStub func(string, string) error // contains filtered or unexported fields }
func (*FakeSpectrumDataModel) CreateVolumeTable ¶
func (fake *FakeSpectrumDataModel) CreateVolumeTable() error
func (*FakeSpectrumDataModel) CreateVolumeTableCallCount ¶
func (fake *FakeSpectrumDataModel) CreateVolumeTableCallCount() int
func (*FakeSpectrumDataModel) CreateVolumeTableCalls ¶
func (fake *FakeSpectrumDataModel) CreateVolumeTableCalls(stub func() error)
func (*FakeSpectrumDataModel) CreateVolumeTableReturns ¶
func (fake *FakeSpectrumDataModel) CreateVolumeTableReturns(result1 error)
func (*FakeSpectrumDataModel) CreateVolumeTableReturnsOnCall ¶
func (fake *FakeSpectrumDataModel) CreateVolumeTableReturnsOnCall(i int, result1 error)
func (*FakeSpectrumDataModel) DeleteVolume ¶
func (fake *FakeSpectrumDataModel) DeleteVolume(arg1 string) error
func (*FakeSpectrumDataModel) DeleteVolumeArgsForCall ¶
func (fake *FakeSpectrumDataModel) DeleteVolumeArgsForCall(i int) string
func (*FakeSpectrumDataModel) DeleteVolumeCallCount ¶
func (fake *FakeSpectrumDataModel) DeleteVolumeCallCount() int
func (*FakeSpectrumDataModel) DeleteVolumeCalls ¶
func (fake *FakeSpectrumDataModel) DeleteVolumeCalls(stub func(string) error)
func (*FakeSpectrumDataModel) DeleteVolumeReturns ¶
func (fake *FakeSpectrumDataModel) DeleteVolumeReturns(result1 error)
func (*FakeSpectrumDataModel) DeleteVolumeReturnsOnCall ¶
func (fake *FakeSpectrumDataModel) DeleteVolumeReturnsOnCall(i int, result1 error)
func (*FakeSpectrumDataModel) GetVolume ¶
func (fake *FakeSpectrumDataModel) GetVolume(arg1 string) (spectrumscale.SpectrumScaleVolume, bool, error)
func (*FakeSpectrumDataModel) GetVolumeArgsForCall ¶
func (fake *FakeSpectrumDataModel) GetVolumeArgsForCall(i int) string
func (*FakeSpectrumDataModel) GetVolumeCallCount ¶
func (fake *FakeSpectrumDataModel) GetVolumeCallCount() int
func (*FakeSpectrumDataModel) GetVolumeCalls ¶
func (fake *FakeSpectrumDataModel) GetVolumeCalls(stub func(string) (spectrumscale.SpectrumScaleVolume, bool, error))
func (*FakeSpectrumDataModel) GetVolumeReturns ¶
func (fake *FakeSpectrumDataModel) GetVolumeReturns(result1 spectrumscale.SpectrumScaleVolume, result2 bool, result3 error)
func (*FakeSpectrumDataModel) GetVolumeReturnsOnCall ¶
func (fake *FakeSpectrumDataModel) GetVolumeReturnsOnCall(i int, result1 spectrumscale.SpectrumScaleVolume, result2 bool, result3 error)
func (*FakeSpectrumDataModel) InsertFilesetQuotaVolume ¶
func (*FakeSpectrumDataModel) InsertFilesetQuotaVolumeArgsForCall ¶
func (*FakeSpectrumDataModel) InsertFilesetQuotaVolumeCallCount ¶
func (fake *FakeSpectrumDataModel) InsertFilesetQuotaVolumeCallCount() int
func (*FakeSpectrumDataModel) InsertFilesetQuotaVolumeCalls ¶
func (*FakeSpectrumDataModel) InsertFilesetQuotaVolumeReturns ¶
func (fake *FakeSpectrumDataModel) InsertFilesetQuotaVolumeReturns(result1 error)
func (*FakeSpectrumDataModel) InsertFilesetQuotaVolumeReturnsOnCall ¶
func (fake *FakeSpectrumDataModel) InsertFilesetQuotaVolumeReturnsOnCall(i int, result1 error)
func (*FakeSpectrumDataModel) InsertFilesetVolume ¶
func (*FakeSpectrumDataModel) InsertFilesetVolumeArgsForCall ¶
func (*FakeSpectrumDataModel) InsertFilesetVolumeCallCount ¶
func (fake *FakeSpectrumDataModel) InsertFilesetVolumeCallCount() int
func (*FakeSpectrumDataModel) InsertFilesetVolumeCalls ¶
func (*FakeSpectrumDataModel) InsertFilesetVolumeReturns ¶
func (fake *FakeSpectrumDataModel) InsertFilesetVolumeReturns(result1 error)
func (*FakeSpectrumDataModel) InsertFilesetVolumeReturnsOnCall ¶
func (fake *FakeSpectrumDataModel) InsertFilesetVolumeReturnsOnCall(i int, result1 error)
func (*FakeSpectrumDataModel) Invocations ¶
func (fake *FakeSpectrumDataModel) Invocations() map[string][][]interface{}
func (*FakeSpectrumDataModel) ListVolumes ¶
func (fake *FakeSpectrumDataModel) ListVolumes() ([]resources.Volume, error)
func (*FakeSpectrumDataModel) ListVolumesCallCount ¶
func (fake *FakeSpectrumDataModel) ListVolumesCallCount() int
func (*FakeSpectrumDataModel) ListVolumesCalls ¶
func (fake *FakeSpectrumDataModel) ListVolumesCalls(stub func() ([]resources.Volume, error))
func (*FakeSpectrumDataModel) ListVolumesReturns ¶
func (fake *FakeSpectrumDataModel) ListVolumesReturns(result1 []resources.Volume, result2 error)
func (*FakeSpectrumDataModel) ListVolumesReturnsOnCall ¶
func (fake *FakeSpectrumDataModel) ListVolumesReturnsOnCall(i int, result1 []resources.Volume, result2 error)
func (*FakeSpectrumDataModel) UpdateVolumeMountpoint ¶
func (fake *FakeSpectrumDataModel) UpdateVolumeMountpoint(arg1 string, arg2 string) error
func (*FakeSpectrumDataModel) UpdateVolumeMountpointArgsForCall ¶
func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointArgsForCall(i int) (string, string)
func (*FakeSpectrumDataModel) UpdateVolumeMountpointCallCount ¶
func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointCallCount() int
func (*FakeSpectrumDataModel) UpdateVolumeMountpointCalls ¶
func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointCalls(stub func(string, string) error)
func (*FakeSpectrumDataModel) UpdateVolumeMountpointReturns ¶
func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointReturns(result1 error)
func (*FakeSpectrumDataModel) UpdateVolumeMountpointReturnsOnCall ¶
func (fake *FakeSpectrumDataModel) UpdateVolumeMountpointReturnsOnCall(i int, result1 error)
type FakeSpectrumDataModelWrapper ¶
type FakeSpectrumDataModelWrapper struct { GetDbNameStub func() string IsDbVolumeStub func(name string) bool DeleteVolumeStub func(name string) error InsertFilesetVolumeStub func(fileset, volumeName string, filesystem string, isPreexisting bool, opts map[string]interface{}) error InsertFilesetQuotaVolumeStub func(fileset, quota, volumeName string, filesystem string, isPreexisting bool, opts map[string]interface{}) error GetVolumeStub func(name string) (spectrumscale.SpectrumScaleVolume, bool, error) ListVolumesStub func() ([]resources.Volume, error) UpdateDatabaseVolumeStub func(newVolume *spectrumscale.SpectrumScaleVolume) // contains filtered or unexported fields }
func (*FakeSpectrumDataModelWrapper) DeleteVolume ¶
func (fake *FakeSpectrumDataModelWrapper) DeleteVolume(name string) error
func (*FakeSpectrumDataModelWrapper) DeleteVolumeArgsForCall ¶
func (fake *FakeSpectrumDataModelWrapper) DeleteVolumeArgsForCall(i int) string
func (*FakeSpectrumDataModelWrapper) DeleteVolumeCallCount ¶
func (fake *FakeSpectrumDataModelWrapper) DeleteVolumeCallCount() int
func (*FakeSpectrumDataModelWrapper) DeleteVolumeReturns ¶
func (fake *FakeSpectrumDataModelWrapper) DeleteVolumeReturns(result1 error)
func (*FakeSpectrumDataModelWrapper) DeleteVolumeReturnsOnCall ¶
func (fake *FakeSpectrumDataModelWrapper) DeleteVolumeReturnsOnCall(i int, result1 error)
func (*FakeSpectrumDataModelWrapper) GetDbName ¶
func (fake *FakeSpectrumDataModelWrapper) GetDbName() string
func (*FakeSpectrumDataModelWrapper) GetDbNameCallCount ¶
func (fake *FakeSpectrumDataModelWrapper) GetDbNameCallCount() int
func (*FakeSpectrumDataModelWrapper) GetDbNameReturns ¶
func (fake *FakeSpectrumDataModelWrapper) GetDbNameReturns(result1 string)
func (*FakeSpectrumDataModelWrapper) GetDbNameReturnsOnCall ¶
func (fake *FakeSpectrumDataModelWrapper) GetDbNameReturnsOnCall(i int, result1 string)
func (*FakeSpectrumDataModelWrapper) GetVolume ¶
func (fake *FakeSpectrumDataModelWrapper) GetVolume(name string) (spectrumscale.SpectrumScaleVolume, bool, error)
func (*FakeSpectrumDataModelWrapper) GetVolumeArgsForCall ¶
func (fake *FakeSpectrumDataModelWrapper) GetVolumeArgsForCall(i int) string
func (*FakeSpectrumDataModelWrapper) GetVolumeCallCount ¶
func (fake *FakeSpectrumDataModelWrapper) GetVolumeCallCount() int
func (*FakeSpectrumDataModelWrapper) GetVolumeReturns ¶
func (fake *FakeSpectrumDataModelWrapper) GetVolumeReturns(result1 spectrumscale.SpectrumScaleVolume, result2 bool, result3 error)
func (*FakeSpectrumDataModelWrapper) GetVolumeReturnsOnCall ¶
func (fake *FakeSpectrumDataModelWrapper) GetVolumeReturnsOnCall(i int, result1 spectrumscale.SpectrumScaleVolume, result2 bool, result3 error)
func (*FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolume ¶
func (*FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeArgsForCall ¶
func (*FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeCallCount ¶
func (fake *FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeCallCount() int
func (*FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeReturns ¶
func (fake *FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeReturns(result1 error)
func (*FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeReturnsOnCall ¶
func (fake *FakeSpectrumDataModelWrapper) InsertFilesetQuotaVolumeReturnsOnCall(i int, result1 error)
func (*FakeSpectrumDataModelWrapper) InsertFilesetVolume ¶
func (*FakeSpectrumDataModelWrapper) InsertFilesetVolumeArgsForCall ¶
func (*FakeSpectrumDataModelWrapper) InsertFilesetVolumeCallCount ¶
func (fake *FakeSpectrumDataModelWrapper) InsertFilesetVolumeCallCount() int
func (*FakeSpectrumDataModelWrapper) InsertFilesetVolumeReturns ¶
func (fake *FakeSpectrumDataModelWrapper) InsertFilesetVolumeReturns(result1 error)
func (*FakeSpectrumDataModelWrapper) InsertFilesetVolumeReturnsOnCall ¶
func (fake *FakeSpectrumDataModelWrapper) InsertFilesetVolumeReturnsOnCall(i int, result1 error)
func (*FakeSpectrumDataModelWrapper) Invocations ¶
func (fake *FakeSpectrumDataModelWrapper) Invocations() map[string][][]interface{}
func (*FakeSpectrumDataModelWrapper) IsDbVolume ¶
func (fake *FakeSpectrumDataModelWrapper) IsDbVolume(name string) bool
func (*FakeSpectrumDataModelWrapper) IsDbVolumeCallCount ¶
func (fake *FakeSpectrumDataModelWrapper) IsDbVolumeCallCount() int
func (*FakeSpectrumDataModelWrapper) IsDbVolumeReturns ¶
func (fake *FakeSpectrumDataModelWrapper) IsDbVolumeReturns(result1 bool)
func (*FakeSpectrumDataModelWrapper) IsDbVolumeReturnsOnCall ¶
func (fake *FakeSpectrumDataModelWrapper) IsDbVolumeReturnsOnCall(i int, result1 bool)
func (*FakeSpectrumDataModelWrapper) ListVolumes ¶
func (fake *FakeSpectrumDataModelWrapper) ListVolumes() ([]resources.Volume, error)
func (*FakeSpectrumDataModelWrapper) ListVolumesCallCount ¶
func (fake *FakeSpectrumDataModelWrapper) ListVolumesCallCount() int
func (*FakeSpectrumDataModelWrapper) ListVolumesReturns ¶
func (fake *FakeSpectrumDataModelWrapper) ListVolumesReturns(result1 []resources.Volume, result2 error)
func (*FakeSpectrumDataModelWrapper) ListVolumesReturnsOnCall ¶
func (fake *FakeSpectrumDataModelWrapper) ListVolumesReturnsOnCall(i int, result1 []resources.Volume, result2 error)
func (*FakeSpectrumDataModelWrapper) UpdateDatabaseVolume ¶
func (fake *FakeSpectrumDataModelWrapper) UpdateDatabaseVolume(newVolume *spectrumscale.SpectrumScaleVolume)
func (*FakeSpectrumDataModelWrapper) UpdateDatabaseVolumeArgsForCall ¶
func (fake *FakeSpectrumDataModelWrapper) UpdateDatabaseVolumeArgsForCall(i int) *spectrumscale.SpectrumScaleVolume
func (*FakeSpectrumDataModelWrapper) UpdateDatabaseVolumeCallCount ¶
func (fake *FakeSpectrumDataModelWrapper) UpdateDatabaseVolumeCallCount() int
type FakeSpectrumScaleConnector ¶
type FakeSpectrumScaleConnector struct { CheckIfFSQuotaEnabledStub func(string) error CreateFilesetStub func(string, string, map[string]interface{}) error DeleteFilesetStub func(string, string) error GetClusterIdStub func() (string, error) GetFilesystemMountpointStub func(string) (string, error) IsFilesetLinkedStub func(string, string) (bool, error) IsFilesystemMountedStub func(string) (bool, error) LinkFilesetStub func(string, string) error ListFilesetStub func(string, string) (resources.Volume, error) ListFilesetQuotaStub func(string, string) (string, error) ListFilesetsStub func(string) ([]resources.Volume, error) ListFilesystemsStub func() ([]string, error) SetFilesetQuotaStub func(string, string, string) error UnlinkFilesetStub func(string, string) error // contains filtered or unexported fields }
func (*FakeSpectrumScaleConnector) CheckIfFSQuotaEnabled ¶
func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabled(arg1 string) error
func (*FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledArgsForCall(i int) string
func (*FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledCallCount ¶
func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledCallCount() int
func (*FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledCalls ¶
func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledCalls(stub func(string) error)
func (*FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledReturns ¶
func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledReturns(result1 error)
func (*FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) CheckIfFSQuotaEnabledReturnsOnCall(i int, result1 error)
func (*FakeSpectrumScaleConnector) CreateFileset ¶
func (fake *FakeSpectrumScaleConnector) CreateFileset(arg1 string, arg2 string, arg3 map[string]interface{}) error
func (*FakeSpectrumScaleConnector) CreateFilesetArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) CreateFilesetArgsForCall(i int) (string, string, map[string]interface{})
func (*FakeSpectrumScaleConnector) CreateFilesetCallCount ¶
func (fake *FakeSpectrumScaleConnector) CreateFilesetCallCount() int
func (*FakeSpectrumScaleConnector) CreateFilesetCalls ¶
func (fake *FakeSpectrumScaleConnector) CreateFilesetCalls(stub func(string, string, map[string]interface{}) error)
func (*FakeSpectrumScaleConnector) CreateFilesetReturns ¶
func (fake *FakeSpectrumScaleConnector) CreateFilesetReturns(result1 error)
func (*FakeSpectrumScaleConnector) CreateFilesetReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) CreateFilesetReturnsOnCall(i int, result1 error)
func (*FakeSpectrumScaleConnector) DeleteFileset ¶
func (fake *FakeSpectrumScaleConnector) DeleteFileset(arg1 string, arg2 string) error
func (*FakeSpectrumScaleConnector) DeleteFilesetArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) DeleteFilesetArgsForCall(i int) (string, string)
func (*FakeSpectrumScaleConnector) DeleteFilesetCallCount ¶
func (fake *FakeSpectrumScaleConnector) DeleteFilesetCallCount() int
func (*FakeSpectrumScaleConnector) DeleteFilesetCalls ¶
func (fake *FakeSpectrumScaleConnector) DeleteFilesetCalls(stub func(string, string) error)
func (*FakeSpectrumScaleConnector) DeleteFilesetReturns ¶
func (fake *FakeSpectrumScaleConnector) DeleteFilesetReturns(result1 error)
func (*FakeSpectrumScaleConnector) DeleteFilesetReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) DeleteFilesetReturnsOnCall(i int, result1 error)
func (*FakeSpectrumScaleConnector) GetClusterId ¶
func (fake *FakeSpectrumScaleConnector) GetClusterId() (string, error)
func (*FakeSpectrumScaleConnector) GetClusterIdCallCount ¶
func (fake *FakeSpectrumScaleConnector) GetClusterIdCallCount() int
func (*FakeSpectrumScaleConnector) GetClusterIdCalls ¶
func (fake *FakeSpectrumScaleConnector) GetClusterIdCalls(stub func() (string, error))
func (*FakeSpectrumScaleConnector) GetClusterIdReturns ¶
func (fake *FakeSpectrumScaleConnector) GetClusterIdReturns(result1 string, result2 error)
func (*FakeSpectrumScaleConnector) GetClusterIdReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) GetClusterIdReturnsOnCall(i int, result1 string, result2 error)
func (*FakeSpectrumScaleConnector) GetFilesystemMountpoint ¶
func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpoint(arg1 string) (string, error)
func (*FakeSpectrumScaleConnector) GetFilesystemMountpointArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointArgsForCall(i int) string
func (*FakeSpectrumScaleConnector) GetFilesystemMountpointCallCount ¶
func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointCallCount() int
func (*FakeSpectrumScaleConnector) GetFilesystemMountpointCalls ¶
func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointCalls(stub func(string) (string, error))
func (*FakeSpectrumScaleConnector) GetFilesystemMountpointReturns ¶
func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointReturns(result1 string, result2 error)
func (*FakeSpectrumScaleConnector) GetFilesystemMountpointReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) GetFilesystemMountpointReturnsOnCall(i int, result1 string, result2 error)
func (*FakeSpectrumScaleConnector) Invocations ¶
func (fake *FakeSpectrumScaleConnector) Invocations() map[string][][]interface{}
func (*FakeSpectrumScaleConnector) IsFilesetLinked ¶
func (fake *FakeSpectrumScaleConnector) IsFilesetLinked(arg1 string, arg2 string) (bool, error)
func (*FakeSpectrumScaleConnector) IsFilesetLinkedArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedArgsForCall(i int) (string, string)
func (*FakeSpectrumScaleConnector) IsFilesetLinkedCallCount ¶
func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedCallCount() int
func (*FakeSpectrumScaleConnector) IsFilesetLinkedCalls ¶
func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedCalls(stub func(string, string) (bool, error))
func (*FakeSpectrumScaleConnector) IsFilesetLinkedReturns ¶
func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedReturns(result1 bool, result2 error)
func (*FakeSpectrumScaleConnector) IsFilesetLinkedReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) IsFilesetLinkedReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeSpectrumScaleConnector) IsFilesystemMounted ¶
func (fake *FakeSpectrumScaleConnector) IsFilesystemMounted(arg1 string) (bool, error)
func (*FakeSpectrumScaleConnector) IsFilesystemMountedArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedArgsForCall(i int) string
func (*FakeSpectrumScaleConnector) IsFilesystemMountedCallCount ¶
func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedCallCount() int
func (*FakeSpectrumScaleConnector) IsFilesystemMountedCalls ¶
func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedCalls(stub func(string) (bool, error))
func (*FakeSpectrumScaleConnector) IsFilesystemMountedReturns ¶
func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedReturns(result1 bool, result2 error)
func (*FakeSpectrumScaleConnector) IsFilesystemMountedReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) IsFilesystemMountedReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeSpectrumScaleConnector) LinkFileset ¶
func (fake *FakeSpectrumScaleConnector) LinkFileset(arg1 string, arg2 string) error
func (*FakeSpectrumScaleConnector) LinkFilesetArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) LinkFilesetArgsForCall(i int) (string, string)
func (*FakeSpectrumScaleConnector) LinkFilesetCallCount ¶
func (fake *FakeSpectrumScaleConnector) LinkFilesetCallCount() int
func (*FakeSpectrumScaleConnector) LinkFilesetCalls ¶
func (fake *FakeSpectrumScaleConnector) LinkFilesetCalls(stub func(string, string) error)
func (*FakeSpectrumScaleConnector) LinkFilesetReturns ¶
func (fake *FakeSpectrumScaleConnector) LinkFilesetReturns(result1 error)
func (*FakeSpectrumScaleConnector) LinkFilesetReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) LinkFilesetReturnsOnCall(i int, result1 error)
func (*FakeSpectrumScaleConnector) ListFileset ¶
func (*FakeSpectrumScaleConnector) ListFilesetArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetArgsForCall(i int) (string, string)
func (*FakeSpectrumScaleConnector) ListFilesetCallCount ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetCallCount() int
func (*FakeSpectrumScaleConnector) ListFilesetCalls ¶
func (*FakeSpectrumScaleConnector) ListFilesetQuota ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetQuota(arg1 string, arg2 string) (string, error)
func (*FakeSpectrumScaleConnector) ListFilesetQuotaArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaArgsForCall(i int) (string, string)
func (*FakeSpectrumScaleConnector) ListFilesetQuotaCallCount ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaCallCount() int
func (*FakeSpectrumScaleConnector) ListFilesetQuotaCalls ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaCalls(stub func(string, string) (string, error))
func (*FakeSpectrumScaleConnector) ListFilesetQuotaReturns ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaReturns(result1 string, result2 error)
func (*FakeSpectrumScaleConnector) ListFilesetQuotaReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetQuotaReturnsOnCall(i int, result1 string, result2 error)
func (*FakeSpectrumScaleConnector) ListFilesetReturns ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetReturns(result1 resources.Volume, result2 error)
func (*FakeSpectrumScaleConnector) ListFilesetReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetReturnsOnCall(i int, result1 resources.Volume, result2 error)
func (*FakeSpectrumScaleConnector) ListFilesets ¶
func (fake *FakeSpectrumScaleConnector) ListFilesets(arg1 string) ([]resources.Volume, error)
func (*FakeSpectrumScaleConnector) ListFilesetsArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetsArgsForCall(i int) string
func (*FakeSpectrumScaleConnector) ListFilesetsCallCount ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetsCallCount() int
func (*FakeSpectrumScaleConnector) ListFilesetsCalls ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetsCalls(stub func(string) ([]resources.Volume, error))
func (*FakeSpectrumScaleConnector) ListFilesetsReturns ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetsReturns(result1 []resources.Volume, result2 error)
func (*FakeSpectrumScaleConnector) ListFilesetsReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) ListFilesetsReturnsOnCall(i int, result1 []resources.Volume, result2 error)
func (*FakeSpectrumScaleConnector) ListFilesystems ¶
func (fake *FakeSpectrumScaleConnector) ListFilesystems() ([]string, error)
func (*FakeSpectrumScaleConnector) ListFilesystemsCallCount ¶
func (fake *FakeSpectrumScaleConnector) ListFilesystemsCallCount() int
func (*FakeSpectrumScaleConnector) ListFilesystemsCalls ¶
func (fake *FakeSpectrumScaleConnector) ListFilesystemsCalls(stub func() ([]string, error))
func (*FakeSpectrumScaleConnector) ListFilesystemsReturns ¶
func (fake *FakeSpectrumScaleConnector) ListFilesystemsReturns(result1 []string, result2 error)
func (*FakeSpectrumScaleConnector) ListFilesystemsReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) ListFilesystemsReturnsOnCall(i int, result1 []string, result2 error)
func (*FakeSpectrumScaleConnector) SetFilesetQuota ¶
func (fake *FakeSpectrumScaleConnector) SetFilesetQuota(arg1 string, arg2 string, arg3 string) error
func (*FakeSpectrumScaleConnector) SetFilesetQuotaArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaArgsForCall(i int) (string, string, string)
func (*FakeSpectrumScaleConnector) SetFilesetQuotaCallCount ¶
func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaCallCount() int
func (*FakeSpectrumScaleConnector) SetFilesetQuotaCalls ¶
func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaCalls(stub func(string, string, string) error)
func (*FakeSpectrumScaleConnector) SetFilesetQuotaReturns ¶
func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaReturns(result1 error)
func (*FakeSpectrumScaleConnector) SetFilesetQuotaReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) SetFilesetQuotaReturnsOnCall(i int, result1 error)
func (*FakeSpectrumScaleConnector) UnlinkFileset ¶
func (fake *FakeSpectrumScaleConnector) UnlinkFileset(arg1 string, arg2 string) error
func (*FakeSpectrumScaleConnector) UnlinkFilesetArgsForCall ¶
func (fake *FakeSpectrumScaleConnector) UnlinkFilesetArgsForCall(i int) (string, string)
func (*FakeSpectrumScaleConnector) UnlinkFilesetCallCount ¶
func (fake *FakeSpectrumScaleConnector) UnlinkFilesetCallCount() int
func (*FakeSpectrumScaleConnector) UnlinkFilesetCalls ¶
func (fake *FakeSpectrumScaleConnector) UnlinkFilesetCalls(stub func(string, string) error)
func (*FakeSpectrumScaleConnector) UnlinkFilesetReturns ¶
func (fake *FakeSpectrumScaleConnector) UnlinkFilesetReturns(result1 error)
func (*FakeSpectrumScaleConnector) UnlinkFilesetReturnsOnCall ¶
func (fake *FakeSpectrumScaleConnector) UnlinkFilesetReturnsOnCall(i int, result1 error)
type FakeStorageClient ¶
type FakeStorageClient struct { ActivateStub func(resources.ActivateRequest) error AttachStub func(resources.AttachRequest) (string, error) CreateVolumeStub func(resources.CreateVolumeRequest) error DetachStub func(resources.DetachRequest) error GetVolumeStub func(resources.GetVolumeRequest) (resources.Volume, error) GetVolumeConfigStub func(resources.GetVolumeConfigRequest) (map[string]interface{}, error) ListVolumesStub func(resources.ListVolumesRequest) ([]resources.Volume, error) RemoveVolumeStub func(resources.RemoveVolumeRequest) error // contains filtered or unexported fields }
func (*FakeStorageClient) Activate ¶
func (fake *FakeStorageClient) Activate(arg1 resources.ActivateRequest) error
func (*FakeStorageClient) ActivateArgsForCall ¶
func (fake *FakeStorageClient) ActivateArgsForCall(i int) resources.ActivateRequest
func (*FakeStorageClient) ActivateCallCount ¶
func (fake *FakeStorageClient) ActivateCallCount() int
func (*FakeStorageClient) ActivateCalls ¶
func (fake *FakeStorageClient) ActivateCalls(stub func(resources.ActivateRequest) error)
func (*FakeStorageClient) ActivateReturns ¶
func (fake *FakeStorageClient) ActivateReturns(result1 error)
func (*FakeStorageClient) ActivateReturnsOnCall ¶
func (fake *FakeStorageClient) ActivateReturnsOnCall(i int, result1 error)
func (*FakeStorageClient) Attach ¶
func (fake *FakeStorageClient) Attach(arg1 resources.AttachRequest) (string, error)
func (*FakeStorageClient) AttachArgsForCall ¶
func (fake *FakeStorageClient) AttachArgsForCall(i int) resources.AttachRequest
func (*FakeStorageClient) AttachCallCount ¶
func (fake *FakeStorageClient) AttachCallCount() int
func (*FakeStorageClient) AttachCalls ¶
func (fake *FakeStorageClient) AttachCalls(stub func(resources.AttachRequest) (string, error))
func (*FakeStorageClient) AttachReturns ¶
func (fake *FakeStorageClient) AttachReturns(result1 string, result2 error)
func (*FakeStorageClient) AttachReturnsOnCall ¶
func (fake *FakeStorageClient) AttachReturnsOnCall(i int, result1 string, result2 error)
func (*FakeStorageClient) CreateVolume ¶
func (fake *FakeStorageClient) CreateVolume(arg1 resources.CreateVolumeRequest) error
func (*FakeStorageClient) CreateVolumeArgsForCall ¶
func (fake *FakeStorageClient) CreateVolumeArgsForCall(i int) resources.CreateVolumeRequest
func (*FakeStorageClient) CreateVolumeCallCount ¶
func (fake *FakeStorageClient) CreateVolumeCallCount() int
func (*FakeStorageClient) CreateVolumeCalls ¶
func (fake *FakeStorageClient) CreateVolumeCalls(stub func(resources.CreateVolumeRequest) error)
func (*FakeStorageClient) CreateVolumeReturns ¶
func (fake *FakeStorageClient) CreateVolumeReturns(result1 error)
func (*FakeStorageClient) CreateVolumeReturnsOnCall ¶
func (fake *FakeStorageClient) CreateVolumeReturnsOnCall(i int, result1 error)
func (*FakeStorageClient) Detach ¶
func (fake *FakeStorageClient) Detach(arg1 resources.DetachRequest) error
func (*FakeStorageClient) DetachArgsForCall ¶
func (fake *FakeStorageClient) DetachArgsForCall(i int) resources.DetachRequest
func (*FakeStorageClient) DetachCallCount ¶
func (fake *FakeStorageClient) DetachCallCount() int
func (*FakeStorageClient) DetachCalls ¶
func (fake *FakeStorageClient) DetachCalls(stub func(resources.DetachRequest) error)
func (*FakeStorageClient) DetachReturns ¶
func (fake *FakeStorageClient) DetachReturns(result1 error)
func (*FakeStorageClient) DetachReturnsOnCall ¶
func (fake *FakeStorageClient) DetachReturnsOnCall(i int, result1 error)
func (*FakeStorageClient) GetVolume ¶
func (fake *FakeStorageClient) GetVolume(arg1 resources.GetVolumeRequest) (resources.Volume, error)
func (*FakeStorageClient) GetVolumeArgsForCall ¶
func (fake *FakeStorageClient) GetVolumeArgsForCall(i int) resources.GetVolumeRequest
func (*FakeStorageClient) GetVolumeCallCount ¶
func (fake *FakeStorageClient) GetVolumeCallCount() int
func (*FakeStorageClient) GetVolumeCalls ¶
func (fake *FakeStorageClient) GetVolumeCalls(stub func(resources.GetVolumeRequest) (resources.Volume, error))
func (*FakeStorageClient) GetVolumeConfig ¶
func (fake *FakeStorageClient) GetVolumeConfig(arg1 resources.GetVolumeConfigRequest) (map[string]interface{}, error)
func (*FakeStorageClient) GetVolumeConfigArgsForCall ¶
func (fake *FakeStorageClient) GetVolumeConfigArgsForCall(i int) resources.GetVolumeConfigRequest
func (*FakeStorageClient) GetVolumeConfigCallCount ¶
func (fake *FakeStorageClient) GetVolumeConfigCallCount() int
func (*FakeStorageClient) GetVolumeConfigCalls ¶
func (fake *FakeStorageClient) GetVolumeConfigCalls(stub func(resources.GetVolumeConfigRequest) (map[string]interface{}, error))
func (*FakeStorageClient) GetVolumeConfigReturns ¶
func (fake *FakeStorageClient) GetVolumeConfigReturns(result1 map[string]interface{}, result2 error)
func (*FakeStorageClient) GetVolumeConfigReturnsOnCall ¶
func (fake *FakeStorageClient) GetVolumeConfigReturnsOnCall(i int, result1 map[string]interface{}, result2 error)
func (*FakeStorageClient) GetVolumeReturns ¶
func (fake *FakeStorageClient) GetVolumeReturns(result1 resources.Volume, result2 error)
func (*FakeStorageClient) GetVolumeReturnsOnCall ¶
func (fake *FakeStorageClient) GetVolumeReturnsOnCall(i int, result1 resources.Volume, result2 error)
func (*FakeStorageClient) Invocations ¶
func (fake *FakeStorageClient) Invocations() map[string][][]interface{}
func (*FakeStorageClient) ListVolumes ¶
func (fake *FakeStorageClient) ListVolumes(arg1 resources.ListVolumesRequest) ([]resources.Volume, error)
func (*FakeStorageClient) ListVolumesArgsForCall ¶
func (fake *FakeStorageClient) ListVolumesArgsForCall(i int) resources.ListVolumesRequest
func (*FakeStorageClient) ListVolumesCallCount ¶
func (fake *FakeStorageClient) ListVolumesCallCount() int
func (*FakeStorageClient) ListVolumesCalls ¶
func (fake *FakeStorageClient) ListVolumesCalls(stub func(resources.ListVolumesRequest) ([]resources.Volume, error))
func (*FakeStorageClient) ListVolumesReturns ¶
func (fake *FakeStorageClient) ListVolumesReturns(result1 []resources.Volume, result2 error)
func (*FakeStorageClient) ListVolumesReturnsOnCall ¶
func (fake *FakeStorageClient) ListVolumesReturnsOnCall(i int, result1 []resources.Volume, result2 error)
func (*FakeStorageClient) RemoveVolume ¶
func (fake *FakeStorageClient) RemoveVolume(arg1 resources.RemoveVolumeRequest) error
func (*FakeStorageClient) RemoveVolumeArgsForCall ¶
func (fake *FakeStorageClient) RemoveVolumeArgsForCall(i int) resources.RemoveVolumeRequest
func (*FakeStorageClient) RemoveVolumeCallCount ¶
func (fake *FakeStorageClient) RemoveVolumeCallCount() int
func (*FakeStorageClient) RemoveVolumeCalls ¶
func (fake *FakeStorageClient) RemoveVolumeCalls(stub func(resources.RemoveVolumeRequest) error)
func (*FakeStorageClient) RemoveVolumeReturns ¶
func (fake *FakeStorageClient) RemoveVolumeReturns(result1 error)
func (*FakeStorageClient) RemoveVolumeReturnsOnCall ¶
func (fake *FakeStorageClient) RemoveVolumeReturnsOnCall(i int, result1 error)
Source Files ¶
- fake_ScbeDataModel.go
- fake_SpectrumDataModel.go
- fake_block_device_mounter_utils.go
- fake_block_device_utils.go
- fake_executor.go
- fake_heartbeat.go
- fake_locker.go
- fake_mounter.go
- fake_mounter_factory.go
- fake_scbe_data_model_wrapper.go
- fake_scbe_rest_client.go
- fake_simple_rest_client.go
- fake_spectrum.go
- fake_spectrum_data_model_wrapper.go
- fake_storage_client.go
Click to show internal directories.
Click to hide internal directories.