NodeInspect indicates an expected call of NodeInspect.
(arg0, arg1, arg2 any)
| 1122 | |
| 1123 | // NodeInspect indicates an expected call of NodeInspect. |
| 1124 | func (mr *MockAPIClientMockRecorder) NodeInspect(arg0, arg1, arg2 any) *gomock.Call { |
| 1125 | mr.mock.ctrl.T.Helper() |
| 1126 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NodeInspect", reflect.TypeOf((*MockAPIClient)(nil).NodeInspect), arg0, arg1, arg2) |
| 1127 | } |
| 1128 | |
| 1129 | // NodeList mocks base method. |
| 1130 | func (m *MockAPIClient) NodeList(arg0 context.Context, arg1 client.NodeListOptions) (client.NodeListResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected