NodeList mocks base method.
(arg0 context.Context, arg1 client.NodeListOptions)
| 1128 | |
| 1129 | // NodeList mocks base method. |
| 1130 | func (m *MockAPIClient) NodeList(arg0 context.Context, arg1 client.NodeListOptions) (client.NodeListResult, error) { |
| 1131 | m.ctrl.T.Helper() |
| 1132 | ret := m.ctrl.Call(m, "NodeList", arg0, arg1) |
| 1133 | ret0, _ := ret[0].(client.NodeListResult) |
| 1134 | ret1, _ := ret[1].(error) |
| 1135 | return ret0, ret1 |
| 1136 | } |
| 1137 | |
| 1138 | // NodeList indicates an expected call of NodeList. |
| 1139 | func (mr *MockAPIClientMockRecorder) NodeList(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected