VolumeCreate indicates an expected call of VolumeCreate.
(arg0, arg1 any)
| 1692 | |
| 1693 | // VolumeCreate indicates an expected call of VolumeCreate. |
| 1694 | func (mr *MockAPIClientMockRecorder) VolumeCreate(arg0, arg1 any) *gomock.Call { |
| 1695 | mr.mock.ctrl.T.Helper() |
| 1696 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "VolumeCreate", reflect.TypeOf((*MockAPIClient)(nil).VolumeCreate), arg0, arg1) |
| 1697 | } |
| 1698 | |
| 1699 | // VolumeInspect mocks base method. |
| 1700 | func (m *MockAPIClient) VolumeInspect(arg0 context.Context, arg1 string, arg2 client.VolumeInspectOptions) (client.VolumeInspectResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected