-
Notifications
You must be signed in to change notification settings - Fork 867
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
fix: istio dropping fields during removing of managed routes #2692
fix: istio dropping fields during removing of managed routes #2692
Conversation
Signed-off-by: zachaller <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2692 +/- ##
=======================================
Coverage 81.62% 81.63%
=======================================
Files 133 133
Lines 20157 20163 +6
=======================================
+ Hits 16454 16460 +6
Misses 2849 2849
Partials 854 854
☔ View full report in Codecov by Sentry. |
Signed-off-by: zachaller <[email protected]>
Hey! I'm keenly waiting for this feature, and just wanted to check in on the status? |
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.
Please check my comments
…stio-remove-routes-dropping-fields-1
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
SonarCloud Quality Gate failed. 3 Bugs No Coverage information |
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
* fix for dropping fields during removing routes Signed-off-by: zachaller <[email protected]> * add comment and rename Signed-off-by: zachaller <[email protected]> * add a light weight cast check Signed-off-by: zachaller <[email protected]> * improve logic by adding type casting check Signed-off-by: zachaller <[email protected]> * add docs Signed-off-by: zachaller <[email protected]> --------- Signed-off-by: zachaller <[email protected]>
* fix for dropping fields during removing routes Signed-off-by: zachaller <[email protected]> * add comment and rename Signed-off-by: zachaller <[email protected]> * add a light weight cast check Signed-off-by: zachaller <[email protected]> * improve logic by adding type casting check Signed-off-by: zachaller <[email protected]> * add docs Signed-off-by: zachaller <[email protected]> --------- Signed-off-by: zachaller <[email protected]>
* fix for dropping fields during removing routes Signed-off-by: zachaller <[email protected]> * add comment and rename Signed-off-by: zachaller <[email protected]> * add a light weight cast check Signed-off-by: zachaller <[email protected]> * improve logic by adding type casting check Signed-off-by: zachaller <[email protected]> * add docs Signed-off-by: zachaller <[email protected]> --------- Signed-off-by: zachaller <[email protected]>
This fixes istio support so that when managed route is called to cleanup, setMirror and setHeader routes it keeps extra fields on non managed routes.