mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
jig.GetEndpointNodesWithIP was only used by one test, and that test didn't even want the data in the form jig.GetEndpointNodesWithIP provided it in. So just inline the code and generate the data correctly the first time, and remove GetEndpointNodesWithIP (along with GetEndpointNodes, which was already unused).