-
Notifications
You must be signed in to change notification settings - Fork 414
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
Handle IR Deletes #442
Handle IR Deletes #442
Conversation
Codecov Report
@@ Coverage Diff @@
## main #442 +/- ##
==========================================
+ Coverage 60.04% 60.48% +0.43%
==========================================
Files 40 40
Lines 4337 4375 +38
==========================================
+ Hits 2604 2646 +42
+ Misses 1582 1580 -2
+ Partials 151 149 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
52a799b
to
f20a98b
Compare
* Add a function that computes which keys to delete in the gateway-api runner * Delete above keys from the Infra and Xds IR maps * Update infra and xds runners to trigger deletes when a delete notification is recieved. Fixes: envoyproxy#423 Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
f20a98b
to
3236e16
Compare
Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Arko Dasgupta <[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
telepresenceio/watchable#6 can be used in the future to improve perf since we wouldn't need to loop across the IR keys multiple times |
Add a function that computes which keys to delete in the gateway-api runner
Delete above keys from the Infra and Xds IR maps
Update infra and xds runners to trigger deletes when a delete notification is recieved.
Fixes: #423
Signed-off-by: Arko Dasgupta [email protected]