-
Notifications
You must be signed in to change notification settings - Fork 143
Duplicate BackendRefs in HTTPRoute rules #102
Copy link
Copy link
Closed
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
What happened:
When converting Ingresses with the same rules into Gateway API objects,
HTTPRouteMatches are properly grouped, while ruleBackendRefsare duplicated.What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
the conversion output of the following yaml file:
is
Anything else we need to know?: