-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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: Show Traefik IngressRoute in network view #15369
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #15369 +/- ##
==========================================
+ Coverage 49.51% 49.99% +0.48%
==========================================
Files 269 263 -6
Lines 46972 45276 -1696
==========================================
- Hits 23257 22637 -620
+ Misses 21433 20421 -1012
+ Partials 2282 2218 -64
☔ View full report in Codecov by Sentry. |
555a7c6
to
eef5bea
Compare
Signed-off-by: Thomas Welén <[email protected]>
Signed-off-by: Thomas Welén <[email protected]>
Signed-off-by: Thomas Welén <[email protected]>
Signed-off-by: Thomas Welén <[email protected]>
Signed-off-by: Thomas Welén <[email protected]>
How can we progress here? Is there anything missing? |
I was hoping for some feedback to come in, but I'm not chasing :) |
Displays the IngressRoute resource in the network view.
ExternalURLs
dropdown is not populated here since it can be constructed by regexes both for path and hostnames, but the targetedService
's are connected and visualized.Fixes #15368 <- enhancement proposal
Fixes the IngressRoute part of #11934
Checklist: