-
Notifications
You must be signed in to change notification settings - Fork 585
conformance: HTTPRoute resolvedRefs condition always checked #1668
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
conformance: HTTPRoute resolvedRefs condition always checked #1668
Conversation
Skipping CI for Draft Pull Request. |
2c5a7d8
to
85d3f59
Compare
Converting it to draft as it needs some additional work and likely I won't be back to it until next week. |
How's it going @mlavacca? Need any help to move this one forward? |
I'm sorry for the delay. I didn't manage to work on this one lately. I'll do my best to complete it soon |
No worries at all, just let us know if there's anything we can do in support of you 🖖 |
85d3f59
to
5ef01ae
Compare
In the conformance tests, the ResolvedRefs condition existence is always enforced, even when true. Signed-off-by: Mattia Lavacca <[email protected]>
55333b4
to
96c0d11
Compare
@shaneutt it's ready to be reviewed now. I also addressed your comment from the early review phase |
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.
Thanks for the refactor, looks clean. Looks good to me, but will wait to have at least one other reviewer give it a double check. 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mlavacca, shaneutt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
Thanks @mlavacca!
/lgtm
…olvedrefs-httproute conformance: HTTPRoute resolvedRefs condition always checked
Incorporates check added by kubernetes-sigs/gateway-api#1668 Signed-off-by: Arko Dasgupta <[email protected]>
Incorporates check added by kubernetes-sigs/gateway-api#1668 Signed-off-by: Arko Dasgupta <[email protected]>
Incorporates check added by kubernetes-sigs/gateway-api#1668 Signed-off-by: Arko Dasgupta <[email protected]>
Incorporates check added by kubernetes-sigs/gateway-api#1668 Signed-off-by: Arko Dasgupta <[email protected]>
Incorporates check added by kubernetes-sigs/gateway-api#1668 Signed-off-by: Arko Dasgupta <[email protected]>
Incorporates check added by kubernetes-sigs/gateway-api#1668 Signed-off-by: Arko Dasgupta <[email protected]>
Incorporates check added by kubernetes-sigs/gateway-api#1668 Signed-off-by: Arko Dasgupta <[email protected]>
What type of PR is this?
/kind feature
What this PR does / why we need it:
In the conformance tests, the ResolvedRefs condition existence is always checked, even when true.
Which issue(s) this PR fixes:
Fixes #1314
Does this PR introduce a user-facing change?: