PluginSet indicates an expected call of PluginSet.
(arg0, arg1, arg2 any)
| 1317 | |
| 1318 | // PluginSet indicates an expected call of PluginSet. |
| 1319 | func (mr *MockAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 any) *gomock.Call { |
| 1320 | mr.mock.ctrl.T.Helper() |
| 1321 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginSet", reflect.TypeOf((*MockAPIClient)(nil).PluginSet), arg0, arg1, arg2) |
| 1322 | } |
| 1323 | |
| 1324 | // PluginUpgrade mocks base method. |
| 1325 | func (m *MockAPIClient) PluginUpgrade(arg0 context.Context, arg1 string, arg2 client.PluginUpgradeOptions) (client.PluginUpgradeResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected