NodeRemove indicates an expected call of NodeRemove.
(arg0, arg1, arg2 any)
| 1152 | |
| 1153 | // NodeRemove indicates an expected call of NodeRemove. |
| 1154 | func (mr *MockAPIClientMockRecorder) NodeRemove(arg0, arg1, arg2 any) *gomock.Call { |
| 1155 | mr.mock.ctrl.T.Helper() |
| 1156 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NodeRemove", reflect.TypeOf((*MockAPIClient)(nil).NodeRemove), arg0, arg1, arg2) |
| 1157 | } |
| 1158 | |
| 1159 | // NodeUpdate mocks base method. |
| 1160 | func (m *MockAPIClient) NodeUpdate(arg0 context.Context, arg1 string, arg2 client.NodeUpdateOptions) (client.NodeUpdateResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected