diff options
Diffstat (limited to 'plugin/kubernetes/controller.go')
-rw-r--r-- | plugin/kubernetes/controller.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/kubernetes/controller.go b/plugin/kubernetes/controller.go index 4774d46d6..0d7370a56 100644 --- a/plugin/kubernetes/controller.go +++ b/plugin/kubernetes/controller.go @@ -79,6 +79,7 @@ type dnsControlOpts struct { initPodCache bool initEndpointsCache bool resyncPeriod time.Duration + ignoreEmptyService bool // Label handling. labelSelector *meta.LabelSelector selector labels.Selector |