traefik
traefik copied to clipboard
Support invalid HTTPRoute status
What does this PR do?
This pull request enhances the HTTPRoute status support, by returning an invalid status in some cases.
Note that we have added a hidden Status field in the WRRService configuration to be able to return 500 error when something is wrong while loading a BackendRef.
Motivation
To enhance the HTTPRoute status support.
Fixes https://github.com/traefik/traefik/issues/9158
More
- [X] Added/updated tests
- [ ] Added/updated documentation
Additional Notes
Co-authored-by: Romain [email protected]