NodeInspect mocks base method.
(arg0 context.Context, arg1 string, arg2 client.NodeInspectOptions)
| 1113 | |
| 1114 | // NodeInspect mocks base method. |
| 1115 | func (m *MockAPIClient) NodeInspect(arg0 context.Context, arg1 string, arg2 client.NodeInspectOptions) (client.NodeInspectResult, error) { |
| 1116 | m.ctrl.T.Helper() |
| 1117 | ret := m.ctrl.Call(m, "NodeInspect", arg0, arg1, arg2) |
| 1118 | ret0, _ := ret[0].(client.NodeInspectResult) |
| 1119 | ret1, _ := ret[1].(error) |
| 1120 | return ret0, ret1 |
| 1121 | } |
| 1122 | |
| 1123 | // NodeInspect indicates an expected call of NodeInspect. |
| 1124 | func (mr *MockAPIClientMockRecorder) NodeInspect(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected