VolumeCreate mocks base method.
(arg0 context.Context, arg1 client.VolumeCreateOptions)
| 1683 | |
| 1684 | // VolumeCreate mocks base method. |
| 1685 | func (m *MockAPIClient) VolumeCreate(arg0 context.Context, arg1 client.VolumeCreateOptions) (client.VolumeCreateResult, error) { |
| 1686 | m.ctrl.T.Helper() |
| 1687 | ret := m.ctrl.Call(m, "VolumeCreate", arg0, arg1) |
| 1688 | ret0, _ := ret[0].(client.VolumeCreateResult) |
| 1689 | ret1, _ := ret[1].(error) |
| 1690 | return ret0, ret1 |
| 1691 | } |
| 1692 | |
| 1693 | // VolumeCreate indicates an expected call of VolumeCreate. |
| 1694 | func (mr *MockAPIClientMockRecorder) VolumeCreate(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected