NodeList indicates an expected call of NodeList.
(arg0, arg1 any)
| 1137 | |
| 1138 | // NodeList indicates an expected call of NodeList. |
| 1139 | func (mr *MockAPIClientMockRecorder) NodeList(arg0, arg1 any) *gomock.Call { |
| 1140 | mr.mock.ctrl.T.Helper() |
| 1141 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NodeList", reflect.TypeOf((*MockAPIClient)(nil).NodeList), arg0, arg1) |
| 1142 | } |
| 1143 | |
| 1144 | // NodeRemove mocks base method. |
| 1145 | func (m *MockAPIClient) NodeRemove(arg0 context.Context, arg1 string, arg2 client.NodeRemoveOptions) (client.NodeRemoveResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected