Skip to content
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: match listener names for routes #3230

Merged
merged 4 commits into from
Dec 9, 2022
Merged

Conversation

randmonkey
Copy link
Contributor

@randmonkey randmonkey commented Dec 8, 2022

What this PR does / why we need it:

Match listener names if routes specified sectionName in their parentRefs. If a route specifies sectionName in its parentRef, and no listeners can match the name, the route is not accepted.

Which issue this PR fixes:

fixes #3221

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@randmonkey randmonkey requested a review from a team as a code owner December 8, 2022 10:20
@randmonkey randmonkey temporarily deployed to Configure ci December 8, 2022 10:20 — with GitHub Actions Inactive
@randmonkey randmonkey temporarily deployed to Configure ci December 8, 2022 10:23 — with GitHub Actions Inactive
@randmonkey randmonkey temporarily deployed to Configure ci December 8, 2022 10:52 — with GitHub Actions Inactive
@randmonkey randmonkey temporarily deployed to Configure ci December 8, 2022 10:52 — with GitHub Actions Inactive
@randmonkey randmonkey temporarily deployed to Configure ci December 9, 2022 02:29 — with GitHub Actions Inactive
@randmonkey randmonkey temporarily deployed to Configure ci December 9, 2022 02:58 — with GitHub Actions Inactive
@randmonkey randmonkey temporarily deployed to Configure ci December 9, 2022 02:58 — with GitHub Actions Inactive
@randmonkey randmonkey temporarily deployed to Configure ci December 9, 2022 09:56 — with GitHub Actions Inactive
@pmalek pmalek added the area/gateway-api Relating to upstream Kubernetes SIG Networking Gateway API label Dec 9, 2022
@pmalek pmalek added this to the KIC v2.8.0 milestone Dec 9, 2022
@randmonkey randmonkey enabled auto-merge (squash) December 9, 2022 10:05
@randmonkey randmonkey temporarily deployed to Configure ci December 9, 2022 10:24 — with GitHub Actions Inactive
@randmonkey randmonkey temporarily deployed to Configure ci December 9, 2022 10:24 — with GitHub Actions Inactive
@randmonkey randmonkey merged commit d4759ea into main Dec 9, 2022
@randmonkey randmonkey deleted the fix/match_listener_name branch December 9, 2022 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gateway-api Relating to upstream Kubernetes SIG Networking Gateway API size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Listener matching does not take into account all the parentRef fields
2 participants