volume

package
v0.30.16 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientService

type ClientService struct {
	mock.Mock
}

ClientService is an autogenerated mock type for the ClientService type

func NewClientService added in v0.18.21

func NewClientService(t interface {
	mock.TestingT
	Cleanup(func())
}) *ClientService

NewClientService creates a new instance of ClientService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ClientService) ClusterInfo

ClusterInfo provides a mock function for the type ClientService

func (*ClientService) DeleteSnapshot added in v0.20.0

DeleteSnapshot provides a mock function for the type ClientService

func (*ClientService) DeleteVolume

DeleteVolume provides a mock function for the type ClientService

func (*ClientService) EXPECT added in v0.30.9

func (_m *ClientService) EXPECT() *ClientService_Expecter

func (*ClientService) FindSnapshots added in v0.20.0

FindSnapshots provides a mock function for the type ClientService

func (*ClientService) FindVolumes

FindVolumes provides a mock function for the type ClientService

func (*ClientService) GetSnapshot added in v0.20.0

GetSnapshot provides a mock function for the type ClientService

func (*ClientService) GetVolume added in v0.17.15

GetVolume provides a mock function for the type ClientService

func (*ClientService) ListPolicies added in v0.26.5

ListPolicies provides a mock function for the type ClientService

func (*ClientService) ListVolumes

ListVolumes provides a mock function for the type ClientService

func (*ClientService) SetTransport

func (_mock *ClientService) SetTransport(transport runtime.ClientTransport)

SetTransport provides a mock function for the type ClientService

func (*ClientService) SetVolumeQoSPolicy added in v0.26.5

SetVolumeQoSPolicy provides a mock function for the type ClientService

type ClientService_ClusterInfo_Call added in v0.30.9

type ClientService_ClusterInfo_Call struct {
	*mock.Call
}

ClientService_ClusterInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterInfo'

func (*ClientService_ClusterInfo_Call) Return added in v0.30.9

func (*ClientService_ClusterInfo_Call) Run added in v0.30.9

func (*ClientService_ClusterInfo_Call) RunAndReturn added in v0.30.9

type ClientService_DeleteSnapshot_Call added in v0.30.9

type ClientService_DeleteSnapshot_Call struct {
	*mock.Call
}

ClientService_DeleteSnapshot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSnapshot'

func (*ClientService_DeleteSnapshot_Call) Return added in v0.30.9

func (*ClientService_DeleteSnapshot_Call) Run added in v0.30.9

func (*ClientService_DeleteSnapshot_Call) RunAndReturn added in v0.30.9

type ClientService_DeleteVolume_Call added in v0.30.9

type ClientService_DeleteVolume_Call struct {
	*mock.Call
}

ClientService_DeleteVolume_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteVolume'

func (*ClientService_DeleteVolume_Call) Return added in v0.30.9

func (*ClientService_DeleteVolume_Call) Run added in v0.30.9

func (*ClientService_DeleteVolume_Call) RunAndReturn added in v0.30.9

type ClientService_Expecter added in v0.30.9

type ClientService_Expecter struct {
	// contains filtered or unexported fields
}

func (*ClientService_Expecter) ClusterInfo added in v0.30.9

func (_e *ClientService_Expecter) ClusterInfo(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ClusterInfo_Call

ClusterInfo is a helper method to define mock.On call

  • params *volume.ClusterInfoParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

func (*ClientService_Expecter) DeleteSnapshot added in v0.30.9

func (_e *ClientService_Expecter) DeleteSnapshot(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_DeleteSnapshot_Call

DeleteSnapshot is a helper method to define mock.On call

  • params *volume.DeleteSnapshotParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

func (*ClientService_Expecter) DeleteVolume added in v0.30.9

func (_e *ClientService_Expecter) DeleteVolume(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_DeleteVolume_Call

DeleteVolume is a helper method to define mock.On call

  • params *volume.DeleteVolumeParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

func (*ClientService_Expecter) FindSnapshots added in v0.30.9

func (_e *ClientService_Expecter) FindSnapshots(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_FindSnapshots_Call

FindSnapshots is a helper method to define mock.On call

  • params *volume.FindSnapshotsParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

func (*ClientService_Expecter) FindVolumes added in v0.30.9

func (_e *ClientService_Expecter) FindVolumes(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_FindVolumes_Call

FindVolumes is a helper method to define mock.On call

  • params *volume.FindVolumesParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

func (*ClientService_Expecter) GetSnapshot added in v0.30.9

func (_e *ClientService_Expecter) GetSnapshot(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_GetSnapshot_Call

GetSnapshot is a helper method to define mock.On call

  • params *volume.GetSnapshotParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

func (*ClientService_Expecter) GetVolume added in v0.30.9

func (_e *ClientService_Expecter) GetVolume(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_GetVolume_Call

GetVolume is a helper method to define mock.On call

  • params *volume.GetVolumeParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

func (*ClientService_Expecter) ListPolicies added in v0.30.9

func (_e *ClientService_Expecter) ListPolicies(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ListPolicies_Call

ListPolicies is a helper method to define mock.On call

  • params *volume.ListPoliciesParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

func (*ClientService_Expecter) ListVolumes added in v0.30.9

func (_e *ClientService_Expecter) ListVolumes(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ListVolumes_Call

ListVolumes is a helper method to define mock.On call

  • params *volume.ListVolumesParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

func (*ClientService_Expecter) SetTransport added in v0.30.9

func (_e *ClientService_Expecter) SetTransport(transport interface{}) *ClientService_SetTransport_Call

SetTransport is a helper method to define mock.On call

  • transport runtime.ClientTransport

func (*ClientService_Expecter) SetVolumeQoSPolicy added in v0.30.9

func (_e *ClientService_Expecter) SetVolumeQoSPolicy(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_SetVolumeQoSPolicy_Call

SetVolumeQoSPolicy is a helper method to define mock.On call

  • params *volume.SetVolumeQoSPolicyParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...volume.ClientOption

type ClientService_FindSnapshots_Call added in v0.30.9

type ClientService_FindSnapshots_Call struct {
	*mock.Call
}

ClientService_FindSnapshots_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindSnapshots'

func (*ClientService_FindSnapshots_Call) Return added in v0.30.9

func (*ClientService_FindSnapshots_Call) Run added in v0.30.9

func (*ClientService_FindSnapshots_Call) RunAndReturn added in v0.30.9

type ClientService_FindVolumes_Call added in v0.30.9

type ClientService_FindVolumes_Call struct {
	*mock.Call
}

ClientService_FindVolumes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindVolumes'

func (*ClientService_FindVolumes_Call) Return added in v0.30.9

func (*ClientService_FindVolumes_Call) Run added in v0.30.9

func (*ClientService_FindVolumes_Call) RunAndReturn added in v0.30.9

type ClientService_GetSnapshot_Call added in v0.30.9

type ClientService_GetSnapshot_Call struct {
	*mock.Call
}

ClientService_GetSnapshot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSnapshot'

func (*ClientService_GetSnapshot_Call) Return added in v0.30.9

func (*ClientService_GetSnapshot_Call) Run added in v0.30.9

func (*ClientService_GetSnapshot_Call) RunAndReturn added in v0.30.9

type ClientService_GetVolume_Call added in v0.30.9

type ClientService_GetVolume_Call struct {
	*mock.Call
}

ClientService_GetVolume_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetVolume'

func (*ClientService_GetVolume_Call) Return added in v0.30.9

func (*ClientService_GetVolume_Call) Run added in v0.30.9

func (*ClientService_GetVolume_Call) RunAndReturn added in v0.30.9

type ClientService_ListPolicies_Call added in v0.30.9

type ClientService_ListPolicies_Call struct {
	*mock.Call
}

ClientService_ListPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicies'

func (*ClientService_ListPolicies_Call) Return added in v0.30.9

func (*ClientService_ListPolicies_Call) Run added in v0.30.9

func (*ClientService_ListPolicies_Call) RunAndReturn added in v0.30.9

type ClientService_ListVolumes_Call added in v0.30.9

type ClientService_ListVolumes_Call struct {
	*mock.Call
}

ClientService_ListVolumes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVolumes'

func (*ClientService_ListVolumes_Call) Return added in v0.30.9

func (*ClientService_ListVolumes_Call) Run added in v0.30.9

func (*ClientService_ListVolumes_Call) RunAndReturn added in v0.30.9

type ClientService_SetTransport_Call added in v0.30.9

type ClientService_SetTransport_Call struct {
	*mock.Call
}

ClientService_SetTransport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetTransport'

func (*ClientService_SetTransport_Call) Return added in v0.30.9

func (*ClientService_SetTransport_Call) Run added in v0.30.9

func (*ClientService_SetTransport_Call) RunAndReturn added in v0.30.9

type ClientService_SetVolumeQoSPolicy_Call added in v0.30.9

type ClientService_SetVolumeQoSPolicy_Call struct {
	*mock.Call
}

ClientService_SetVolumeQoSPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetVolumeQoSPolicy'

func (*ClientService_SetVolumeQoSPolicy_Call) Return added in v0.30.9

func (*ClientService_SetVolumeQoSPolicy_Call) Run added in v0.30.9

func (*ClientService_SetVolumeQoSPolicy_Call) RunAndReturn added in v0.30.9

Jump to

Keyboard shortcuts

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