Kubernetes Prow Robot
|
eb6840928d
|
Merge pull request #124160 from Karthik-K-N/fix-buildconstraints
Add doc.go file without any buildconstraint to run tests on non linux platforms
|
2024-06-13 16:29:06 -07:00 |
|
Ziqi Zhao
|
be4535bd34
|
convert k8s.io/kubernetes/pkg/proxy to contextual logging, part 1
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
|
2024-04-22 13:08:41 +08:00 |
|
Karthik K N
|
134e43c279
|
Add doc.go file without any buildconstraint to run tests on non linux systems
|
2024-04-03 12:30:59 +05:30 |
|
Dan Winship
|
c1ce1e00ee
|
Properly build-tag the Linux kube-proxy backend code
This had to be able to build on OS X before to make verify-typecheck
pass, but now that that's fixed we can tag the code properly as being
linux-only.
|
2023-12-18 20:20:51 -05:00 |
|
Lars Ekman
|
d78a794be2
|
Remove unnecessary sort in kube-proxy ipvs
Sorting of endpoints before adding them to ipvs is not
needed, nor wanted. It just takes time
|
2023-11-06 14:57:18 +01:00 |
|
Lars Ekman
|
4aa5441de2
|
Move pkg/util/ipvs inside pkg/proxy/ipvs
Ipvs will never be used by any other component within K8s than
the proxy/ipvs
Signed-off-by: Lars Ekman <uablrek@gmail.com>
|
2023-05-27 18:37:50 +02:00 |
|