NodeUpdate mocks base method.
(arg0 context.Context, arg1 string, arg2 client.NodeUpdateOptions)
| 1158 | |
| 1159 | // NodeUpdate mocks base method. |
| 1160 | func (m *MockAPIClient) NodeUpdate(arg0 context.Context, arg1 string, arg2 client.NodeUpdateOptions) (client.NodeUpdateResult, error) { |
| 1161 | m.ctrl.T.Helper() |
| 1162 | ret := m.ctrl.Call(m, "NodeUpdate", arg0, arg1, arg2) |
| 1163 | ret0, _ := ret[0].(client.NodeUpdateResult) |
| 1164 | ret1, _ := ret[1].(error) |
| 1165 | return ret0, ret1 |
| 1166 | } |
| 1167 | |
| 1168 | // NodeUpdate indicates an expected call of NodeUpdate. |
| 1169 | func (mr *MockAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected