ImagePush indicates an expected call of ImagePush.
(arg0, arg1, arg2 any)
| 922 | |
| 923 | // ImagePush indicates an expected call of ImagePush. |
| 924 | func (mr *MockAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 any) *gomock.Call { |
| 925 | mr.mock.ctrl.T.Helper() |
| 926 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ImagePush", reflect.TypeOf((*MockAPIClient)(nil).ImagePush), arg0, arg1, arg2) |
| 927 | } |
| 928 | |
| 929 | // ImageRemove mocks base method. |
| 930 | func (m *MockAPIClient) ImageRemove(arg0 context.Context, arg1 string, arg2 client.ImageRemoveOptions) (client.ImageRemoveResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected