Prince Pereira
4198b789f5
Fix for preferred dualstack and required dualstack in winkernel proxier.
2026-01-21 00:57:09 +05:30
Patrick Ohly
ad79e479c2
build: remove deprecated '// +build' tag
...
This has been replaced by `//build:...` for a long time now.
Removal of the old build tag was automated with:
for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
Dawei Wei
6186303580
Adding Unit tests for windows-dsr and overlay support
2025-03-17 14:36:39 -07:00
Prince Pereira
3448455083
Replacing hcsshim library with new hnslib library.
2024-10-14 10:44:30 -07:00
Prince Pereira
ef2628d764
Adding support for ModifyLoadbalancer in windows kubeproxy.
2024-07-03 22:13:35 -07:00
Prince Pereira
1a27531d2e
Fix for Kubeproxy Mock framework where hcn object is holding always new object and not the pointer reference.
2023-09-18 11:59:01 +05:30
Prince Pereira
7dea3d6c3b
New mock test framework for windows kubeproxy.
2023-09-08 08:38:46 +05:30