Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) ClusterInfo(params *volume.ClusterInfoParams, authInfo runtime.ClientAuthInfoWriter, ...) (*volume.ClusterInfoOK, error)
- func (_m *ClientService) DeleteVolume(params *volume.DeleteVolumeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*volume.DeleteVolumeOK, error)
- func (_m *ClientService) FindVolumes(params *volume.FindVolumesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*volume.FindVolumesOK, error)
- func (_m *ClientService) GetVolume(params *volume.GetVolumeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*volume.GetVolumeOK, error)
- func (_m *ClientService) ListVolumes(params *volume.ListVolumesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*volume.ListVolumesOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOption ¶
ClientOption is an autogenerated mock type for the ClientOption type
func (*ClientOption) Execute ¶
func (_m *ClientOption) Execute(_a0 *runtime.ClientOperation)
Execute provides a mock function with given fields: _a0
type ClientService ¶
ClientService is an autogenerated mock type for the ClientService type
func (*ClientService) ClusterInfo ¶
func (_m *ClientService) ClusterInfo(params *volume.ClusterInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...volume.ClientOption) (*volume.ClusterInfoOK, error)
ClusterInfo provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeleteVolume ¶
func (_m *ClientService) DeleteVolume(params *volume.DeleteVolumeParams, authInfo runtime.ClientAuthInfoWriter, opts ...volume.ClientOption) (*volume.DeleteVolumeOK, error)
DeleteVolume provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindVolumes ¶
func (_m *ClientService) FindVolumes(params *volume.FindVolumesParams, authInfo runtime.ClientAuthInfoWriter, opts ...volume.ClientOption) (*volume.FindVolumesOK, error)
FindVolumes provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetVolume ¶ added in v0.17.15
func (_m *ClientService) GetVolume(params *volume.GetVolumeParams, authInfo runtime.ClientAuthInfoWriter, opts ...volume.ClientOption) (*volume.GetVolumeOK, error)
GetVolume provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListVolumes ¶
func (_m *ClientService) ListVolumes(params *volume.ListVolumesParams, authInfo runtime.ClientAuthInfoWriter, opts ...volume.ClientOption) (*volume.ListVolumesOK, error)
ListVolumes provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetTransport ¶
func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function with given fields: transport