NetworkRemove indicates an expected call of NetworkRemove.
(arg0, arg1, arg2 any)
| 1107 | |
| 1108 | // NetworkRemove indicates an expected call of NetworkRemove. |
| 1109 | func (mr *MockAPIClientMockRecorder) NetworkRemove(arg0, arg1, arg2 any) *gomock.Call { |
| 1110 | mr.mock.ctrl.T.Helper() |
| 1111 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NetworkRemove", reflect.TypeOf((*MockAPIClient)(nil).NetworkRemove), arg0, arg1, arg2) |
| 1112 | } |
| 1113 | |
| 1114 | // NodeInspect mocks base method. |
| 1115 | func (m *MockAPIClient) NodeInspect(arg0 context.Context, arg1 string, arg2 client.NodeInspectOptions) (client.NodeInspectResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected