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: HTTPRoute status only shows one parent when targeting multiple Gateways from different GatewayClasses #4587

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

zhaohuabing
Copy link
Member

Fixes: #4264

Release Notes: Yes

@zhaohuabing zhaohuabing requested a review from a team as a code owner October 31, 2024 03:37
@zhaohuabing zhaohuabing marked this pull request as draft October 31, 2024 03:37
@zhaohuabing zhaohuabing added this to the v1.2.0 milestone Oct 31, 2024
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 77.55102% with 11 lines in your changes missing coverage. Please review.

Project coverage is 65.49%. Comparing base (7285dda) to head (b8b3c5d).

Files with missing lines Patch % Lines
internal/provider/kubernetes/status.go 77.55% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4587      +/-   ##
==========================================
+ Coverage   65.43%   65.49%   +0.06%     
==========================================
  Files         211      211              
  Lines       31904    31942      +38     
==========================================
+ Hits        20875    20922      +47     
+ Misses       9784     9777       -7     
+ Partials     1245     1243       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zhaohuabing zhaohuabing force-pushed the fix-route-status branch 2 times, most recently from 0991e3f to c1a0b50 Compare October 31, 2024 03:53
Signed-off-by: Huabing Zhao <[email protected]>
@zhaohuabing zhaohuabing changed the title fix route status fix: HTTPRoute status only shows one parent when targeting multiple Gateways from different GatewayClasses Oct 31, 2024
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTPRoute w/ two parent gateways - Both get configured, only one is shown in status, and which switches
2 participants