VolumeRemove mocks base method.
(arg0 context.Context, arg1 string, arg2 client.VolumeRemoveOptions)
| 1743 | |
| 1744 | // VolumeRemove mocks base method. |
| 1745 | func (m *MockAPIClient) VolumeRemove(arg0 context.Context, arg1 string, arg2 client.VolumeRemoveOptions) (client.VolumeRemoveResult, error) { |
| 1746 | m.ctrl.T.Helper() |
| 1747 | ret := m.ctrl.Call(m, "VolumeRemove", arg0, arg1, arg2) |
| 1748 | ret0, _ := ret[0].(client.VolumeRemoveResult) |
| 1749 | ret1, _ := ret[1].(error) |
| 1750 | return ret0, ret1 |
| 1751 | } |
| 1752 | |
| 1753 | // VolumeRemove indicates an expected call of VolumeRemove. |
| 1754 | func (mr *MockAPIClientMockRecorder) VolumeRemove(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected