-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a common k8s API fake reader #1573
Comments
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
Hi @mpstefan feel free to assign me ! @pleshakov could you please explain a little bit more in details what is main idea, But what would replace it then ? Feel free to correct me as I'm not sure what is main idea. Thank you in advance ! |
Hi @miledxz, the idea is to move the FakeReader mock out of the |
Hi @kate-osborn thank you for fast reply, so what I can do is just create another directory named just wanted to clarify so we are on the same page, thanks ! |
Actually, since the mock is generated you will have to do a few other things:
|
@kate-osborn thank you for all the explanations and your time, will do ! |
#1551 telemetry package starting using https://github.com/nginxinc/nginx-gateway-fabric/blob/dca4d6432ee43403c3b815186b9b8585a2ca8a48/internal/framework/events/eventsfakes/fake_reader.go#L13 which is generated in https://github.com/nginxinc/nginx-gateway-fabric/blob/dca4d6432ee43403c3b815186b9b8585a2ca8a48/internal/framework/events/first_eventbatch_preparer.go#L28 , which creates unnecessary dependency between modules
Acceptance criteria:
Came from #1551 (comment)
The text was updated successfully, but these errors were encountered: