kubernetes: Add zone filtering to fallthrough (#1353)
* Add zone filtering to fallthrough * Doh. gofmt * Update documentation
This commit is contained in:
parent
75a8a17da4
commit
84ebbbc722
8 changed files with 95 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue