mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
This changes the conformance test to measure the latency of the EndpointSlice controller rather than the Endpoints controller. This should not have any real effect since the two controllers run in the same process and do mostly the same thing (especially in tests like this one which don't test multi-slice services).