Skip to content

feat: support GatewayStaticAddresses conformance test#8395

Open
cnvergence wants to merge 1 commit intoenvoyproxy:mainfrom
cnvergence:enable-static-addr-test
Open

feat: support GatewayStaticAddresses conformance test#8395
cnvergence wants to merge 1 commit intoenvoyproxy:mainfrom
cnvergence:enable-static-addr-test

Conversation

@cnvergence
Copy link
Member

What type of PR is this?

What this PR does / why we need it:

Implemented support for static gateway addresses to pass the GatewayStaticAddresses conformance test.
Validate address types in GetRelevantGateways, rejecting unsupported types with UnsupportedAddress, added reporting AddressNotUsable when spec.Addresses can't be satisfied by the LB controller.

Which issue(s) this PR fixes:

Fixes #2001

Release Notes: Yes/No

@cnvergence cnvergence requested a review from a team as a code owner March 3, 2026 14:59
@netlify
Copy link

netlify bot commented Mar 3, 2026

Deploy Preview for cerulean-figolla-1f9435 ready!

Name Link
🔨 Latest commit 3661cf6
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/69b1fcbce14fc1000720feb9
😎 Deploy Preview https://deploy-preview-8395--cerulean-figolla-1f9435.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

❌ Patch coverage is 47.87234% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.07%. Comparing base (0daab81) to head (3661cf6).

Files with missing lines Patch % Lines
internal/gatewayapi/status/gateway.go 49.33% 34 Missing and 4 partials ⚠️
internal/gatewayapi/translator.go 38.46% 6 Missing and 2 partials ⚠️
...frastructure/kubernetes/proxy/resource_provider.go 50.00% 2 Missing and 1 partial ⚠️

❌ Your patch check has failed because the patch coverage (47.87%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8395      +/-   ##
==========================================
- Coverage   74.16%   74.07%   -0.09%     
==========================================
  Files         242      242              
  Lines       37603    37665      +62     
==========================================
+ Hits        27888    27901      +13     
- Misses       7774     7819      +45     
- Partials     1941     1945       +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cnvergence cnvergence marked this pull request as draft March 3, 2026 22:36
@cnvergence cnvergence force-pushed the enable-static-addr-test branch from 1566f7d to f77c976 Compare March 10, 2026 12:34
@cnvergence cnvergence marked this pull request as ready for review March 10, 2026 12:34
@cnvergence cnvergence force-pushed the enable-static-addr-test branch 2 times, most recently from 69fdf60 to 3f203b7 Compare March 11, 2026 13:57
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
@zirain zirain force-pushed the enable-static-addr-test branch from 3f203b7 to 3661cf6 Compare March 11, 2026 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable GatewayStaticAddresses conformance test

1 participant