feat: add AlibabaCloud-AutoNLBs-V3 network plugin#335
feat: add AlibabaCloud-AutoNLBs-V3 network plugin#335chrisliu1995 wants to merge 2 commits intoopenkruise:masterfrom
Conversation
chrisliu1995
commented
Apr 24, 2026
- Add AutoNLBsV3Plugin implementation (auto_nlbs_v3.go)
- Add unit tests for V3 plugin (auto_nlbs_v3_test.go)
- V3 plugin uses stateless Service pool binding from NLBPool CR
- Supports dynamic port allocation via label-based optimistic locking
- Add AutoNLBsV3Plugin implementation (auto_nlbs_v3.go) - Add unit tests for V3 plugin (auto_nlbs_v3_test.go) - V3 plugin uses stateless Service pool binding from NLBPool CR - Supports dynamic port allocation via label-based optimistic locking
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #335 +/- ##
==========================================
+ Coverage 40.77% 41.95% +1.17%
==========================================
Files 112 113 +1
Lines 12549 12786 +237
==========================================
+ Hits 5117 5364 +247
+ Misses 7020 6989 -31
- Partials 412 433 +21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|