-
Notifications
You must be signed in to change notification settings - Fork 690
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
Gateway API: implement HTTP query param matching [extended] #4089
Labels
area/gateway-api
Issues or PRs related to the Gateway (Gateway API working group) API.
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
@abhide are you working on this one? 1.21 is coming soon so just wanted to check in |
Removing from the 1.22 milestone, still open to a contributor picking this up though! |
I'll work on this in the background and see if we can get it in for 1.22, main challenge is figuring out how to sort various routes that have combos of prefix, header and query param matches. |
skriss
added a commit
to skriss/contour
that referenced
this issue
Jun 21, 2022
Closes projectcontour#4089. Signed-off-by: Steve Kriss <[email protected]>
skriss
added a commit
to skriss/contour
that referenced
this issue
Jun 21, 2022
Closes projectcontour#4089. Signed-off-by: Steve Kriss <[email protected]>
skriss
added a commit
to skriss/contour
that referenced
this issue
Jun 22, 2022
Closes projectcontour#4089. Signed-off-by: Steve Kriss <[email protected]>
skriss
added a commit
to skriss/contour
that referenced
this issue
Jun 22, 2022
Closes projectcontour#4089. Signed-off-by: Steve Kriss <[email protected]>
skriss
added a commit
that referenced
this issue
Jun 23, 2022
Closes #4089. Signed-off-by: Steve Kriss <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/gateway-api
Issues or PRs related to the Gateway (Gateway API working group) API.
kind/feature
Categorizes issue or PR as related to a new feature.
ref. https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.HTTPQueryParamMatch
extended support in v1alpha2.
The text was updated successfully, but these errors were encountered: