mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
kubernetes: Add zone filtering to fallthrough (#1353)
* Add zone filtering to fallthrough * Doh. gofmt * Update documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user