Skip to content

feat: implement dynamic module lb policy#8702

Open
jukie wants to merge 23 commits intoenvoyproxy:mainfrom
jukie:dym-lb-policy
Open

feat: implement dynamic module lb policy#8702
jukie wants to merge 23 commits intoenvoyproxy:mainfrom
jukie:dym-lb-policy

Conversation

@jukie
Copy link
Copy Markdown
Contributor

@jukie jukie commented Apr 9, 2026

What this PR does / why we need it:
Implements support for dynamic module lb policy

Which issue(s) this PR fixes:

Fixes #8736

Release Notes: Yes

Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 9, 2026

Deploy Preview for cerulean-figolla-1f9435 canceled.

Name Link
🔨 Latest commit 1a7125b
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/69e57bef92d08e00087c9473

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 9, 2026

Codecov Report

❌ Patch coverage is 74.14966% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.42%. Comparing base (3f70a89) to head (1a7125b).

Files with missing lines Patch % Lines
internal/gatewayapi/backendtrafficpolicy.go 65.95% 10 Missing and 6 partials ⚠️
internal/gatewayapi/clustersettings.go 74.50% 7 Missing and 6 partials ⚠️
internal/xds/translator/cluster.go 79.31% 3 Missing and 3 partials ⚠️
internal/xds/translator/translator.go 0.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8702      +/-   ##
==========================================
- Coverage   74.43%   74.42%   -0.01%     
==========================================
  Files         245      245              
  Lines       38951    39037      +86     
==========================================
+ Hits        28993    29055      +62     
- Misses       7958     7971      +13     
- Partials     2000     2011      +11     

☔ 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.

jukie added 4 commits April 9, 2026 17:38
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Comment thread api/v1alpha1/dynamic_module_types.go Outdated
jukie and others added 4 commits April 9, 2026 22:09
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Signed-off-by: Isaac Wilson <isaac.wilson514@gmail.com>
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
jukie and others added 4 commits April 12, 2026 21:41
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
@jukie jukie marked this pull request as ready for review April 13, 2026 14:30
@jukie jukie requested a review from a team as a code owner April 13, 2026 14:30
@jukie jukie changed the title Implement dynamic module lb policy feat: implement dynamic module lb policy Apr 13, 2026
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 78609b8c92

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/gatewayapi/backendtrafficpolicy.go Outdated
jukie and others added 2 commits April 13, 2026 18:46
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
@jukie
Copy link
Copy Markdown
Contributor Author

jukie commented Apr 14, 2026

/retest

jukie and others added 5 commits April 14, 2026 20:49
Signed-off-by: Isaac Wilson <isaac.wilson514@gmail.com>
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
@jukie
Copy link
Copy Markdown
Contributor Author

jukie commented Apr 17, 2026

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 75fece3809

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread api/v1alpha1/loadbalancer_types.go
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.

Support for dynamic module loadbalancing policy

2 participants