-
Notifications
You must be signed in to change notification settings - Fork 679
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
internal/dag: Gateway Listeners with invalid references should have reason RefNotPermitted #4664
internal/dag: Gateway Listeners with invalid references should have reason RefNotPermitted #4664
Conversation
…eason RefNotPermitted See kubernetes-sigs/gateway-api#1305 Fixes conformance test failures on main Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Codecov Report
@@ Coverage Diff @@
## main #4664 +/- ##
==========================================
- Coverage 76.13% 76.11% -0.02%
==========================================
Files 140 140
Lines 13093 13093
==========================================
- Hits 9968 9966 -2
- Misses 2869 2871 +2
Partials 256 256
|
this is one of those changes where we have a conflict between |
Yeah, I guess this brings up a new issue here - if we merge this, then Perhaps it makes sense to hold this PR open until the upstream conformance change is included in a released version (hopefully v0.5.1)? |
yeah, was thinking that would probably have to be the case submitted: kubernetes-sigs/gateway-api#1328 to start the conversation |
…efnotpermitted Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…efnotpermitted Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
See kubernetes-sigs/gateway-api#1305
Fixes conformance test failures on main