PluginUpgrade indicates an expected call of PluginUpgrade.
(arg0, arg1, arg2 any)
| 1332 | |
| 1333 | // PluginUpgrade indicates an expected call of PluginUpgrade. |
| 1334 | func (mr *MockAPIClientMockRecorder) PluginUpgrade(arg0, arg1, arg2 any) *gomock.Call { |
| 1335 | mr.mock.ctrl.T.Helper() |
| 1336 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginUpgrade", reflect.TypeOf((*MockAPIClient)(nil).PluginUpgrade), arg0, arg1, arg2) |
| 1337 | } |
| 1338 | |
| 1339 | // RegistryLogin mocks base method. |
| 1340 | func (m *MockAPIClient) RegistryLogin(arg0 context.Context, arg1 client.RegistryLoginOptions) (client.RegistryLoginResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected