-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: filter out Gateways before reconciliation #20
Conversation
Signed-off-by: Rahul-D78 <[email protected]>
Hi @mlavacca please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR @Rahul-D78!
Signed-off-by: Rahul-D78 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for adding this.
I have one comment about optimizing the predicate function, and then also the originally issue called for a unit test and then 👍
Signed-off-by: Rahul-D78 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
The original issue had requested a unit test for this, but I realized we don't have any prior art. I'm going to create a follow-up PR to add a unit test for this, and then from there we'll have an example we can use for future tests.
Filter out Gateways before reconciliation
Fixes: #17