aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/kubernetes.go
diff options
context:
space:
mode:
authorGravatar John Belamaric <jbelamaric@infoblox.com> 2018-01-06 14:52:09 -0500
committerGravatar GitHub <noreply@github.com> 2018-01-06 14:52:09 -0500
commit84ebbbc7225a8d7eb5e00c0c525f7e12932a9fe4 (patch)
tree075407cf860a7e32c121dfc0d292fd389bf7a3c2 /plugin/kubernetes/kubernetes.go
parent75a8a17da4fc95c086dfb447d29c02e7dbd05561 (diff)
downloadcoredns-84ebbbc7225a8d7eb5e00c0c525f7e12932a9fe4.tar.gz
coredns-84ebbbc7225a8d7eb5e00c0c525f7e12932a9fe4.tar.zst
coredns-84ebbbc7225a8d7eb5e00c0c525f7e12932a9fe4.zip
kubernetes: Add zone filtering to fallthrough (#1353)
* Add zone filtering to fallthrough * Doh. gofmt * Update documentation
Diffstat (limited to 'plugin/kubernetes/kubernetes.go')
-rw-r--r--plugin/kubernetes/kubernetes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/kubernetes.go b/plugin/kubernetes/kubernetes.go
index 785a16ae3..66821380e 100644
--- a/plugin/kubernetes/kubernetes.go
+++ b/plugin/kubernetes/kubernetes.go
@@ -40,7 +40,7 @@ type Kubernetes struct {
Namespaces map[string]bool
podMode string
endpointNameMode bool
- Fallthrough bool
+ Fallthrough *[]string // nil = disabled, empty = all zones, o/w zones
ttl uint32
primaryZoneIndex int