NodeUpdate indicates an expected call of NodeUpdate.
(arg0, arg1, arg2 any)
| 1167 | |
| 1168 | // NodeUpdate indicates an expected call of NodeUpdate. |
| 1169 | func (mr *MockAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2 any) *gomock.Call { |
| 1170 | mr.mock.ctrl.T.Helper() |
| 1171 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NodeUpdate", reflect.TypeOf((*MockAPIClient)(nil).NodeUpdate), arg0, arg1, arg2) |
| 1172 | } |
| 1173 | |
| 1174 | // Ping mocks base method. |
| 1175 | func (m *MockAPIClient) Ping(arg0 context.Context, arg1 client.PingOptions) (client.PingResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected