Files
coredns/middleware/kubernetes/reverse.go
Miek Gieben aacb91ef0b mw/kubernetes: remove kService and kPod
Remove the intermediate step of gathering everyhing in a kPod and
kService and extracting the msg.Service from there. Now findPods and
findServices return []msg.Service.

This cuts down on the code and also removed the double looping of
finding the data we need, so it should be faster.
2017-08-22 09:25:58 +01:00

1.7 KiB