kubernetes/pkg/proxy/ipvs/ipset
Dan Winship b5e9a8262e Remove exec arg from utilipset.New
Historically it took an exec argument so you could pass a FakeExec to
mock its behavior in unit tests, but it has a fake implementation now
that is much more useful for unit tests than trying to use the real
implementation with a fake exec. (The unit tests still use fake execs,
but they don't need to use a public constructor.) So remove the exec
args from the public constructors.
2025-03-07 10:43:52 -05:00
..
testing Add doc.go file without any buildconstraint to run tests on non linux systems 2024-04-03 12:30:59 +05:30
doc.go Add doc.go file without any buildconstraint to run tests on non linux systems 2024-04-03 12:30:59 +05:30
ipset.go Remove exec arg from utilipset.New 2025-03-07 10:43:52 -05:00
ipset_test.go Remove exec arg from utilipset.New 2025-03-07 10:43:52 -05:00
types.go Properly build-tag the Linux kube-proxy backend code 2023-12-18 20:20:51 -05:00