diff options
author | 2020-11-11 12:30:39 +0000 | |
---|---|---|
committer | 2020-11-11 12:30:39 +0000 | |
commit | 4b87be2a0eb9ca70ecb8a04b1bf57cb5ea5a7c95 (patch) | |
tree | 7f026bebd63be873d78112632a6910ac6fb41cd0 /plugin/kubernetes/setup.go | |
parent | 32e1d5d07f89bbb79ba29e45fe5ab319919cdf2c (diff) | |
download | coredns-4b87be2a0eb9ca70ecb8a04b1bf57cb5ea5a7c95.tar.gz coredns-4b87be2a0eb9ca70ecb8a04b1bf57cb5ea5a7c95.tar.zst coredns-4b87be2a0eb9ca70ecb8a04b1bf57cb5ea5a7c95.zip |
auto go fmt
Diffstat (limited to 'plugin/kubernetes/setup.go')
-rw-r--r-- | plugin/kubernetes/setup.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/setup.go b/plugin/kubernetes/setup.go index 700a7421e..d8453cf51 100644 --- a/plugin/kubernetes/setup.go +++ b/plugin/kubernetes/setup.go @@ -113,7 +113,7 @@ func ParseStanza(c *caddy.Controller) (*Kubernetes, error) { opts := dnsControlOpts{ initEndpointsCache: true, - useEndpointSlices: false, + useEndpointSlices: false, ignoreEmptyService: false, } k8s.opts = opts |