diff options
author | 2018-12-08 23:40:07 +0000 | |
---|---|---|
committer | 2018-12-08 15:40:07 -0800 | |
commit | 95546dfdfeab92149a99734120386ff994bfd639 (patch) | |
tree | 8a5faa9d9d149a685b3a7625bc63006f22fa2f6a /request | |
parent | 0f7d95b1e7466512c1bee194d3601d4852a966e9 (diff) | |
download | coredns-95546dfdfeab92149a99734120386ff994bfd639.tar.gz coredns-95546dfdfeab92149a99734120386ff994bfd639.tar.zst coredns-95546dfdfeab92149a99734120386ff994bfd639.zip |
plugin/kubernetes: smaller map (#2383)
* plugin/kubernetes: smaller map
to continue with a theme: the map[string]bool can be reduced
to map[string]struct{} to reduce a tiny amount of memory.
Signed-off-by: Miek Gieben <miek@miek.nl>
* fix tests
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'request')
0 files changed, 0 insertions, 0 deletions