Files
kubernetes/pkg/proxy
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
..
2025-01-20 13:01:53 +00:00
2025-03-07 10:43:52 -05:00
2025-02-19 08:29:06 +02:00
2024-12-02 16:59:34 +01:00