coredns/plugin/etcd/msg
Miek Gieben 6e466d5092 Remove dnsutil.Dedup (#1867)
Remove the code and remove the call in etcd and kubernetes handlers.
This does mean we should not add dups in the first place, which means
adding maps in backend_lookup to prevent dups from begin added.

This should cut down on the allocations because dnsutil.Dedup is very
expensive by converting everything to strings, we avoid doing that now.
2018-06-11 19:23:25 -07:00
..
path.go Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
path_test.go Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
service.go Remove dnsutil.Dedup (#1867) 2018-06-11 19:23:25 -07:00
service_test.go presubmit: check for uppercase (#1774) 2018-05-07 23:47:25 +02:00
type.go Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
type_test.go Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00