mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Simplify plugin/pkg/fall (#1358)
* Simplify plugin/pkg/fall * Remove unused import * Fix fall_test * Get fall coverage to 100% just because * gofmt. sigh.
This commit is contained in:
@@ -41,7 +41,7 @@ type Kubernetes struct {
|
||||
Namespaces map[string]bool
|
||||
podMode string
|
||||
endpointNameMode bool
|
||||
Fall *fall.F
|
||||
Fall fall.F
|
||||
ttl uint32
|
||||
|
||||
primaryZoneIndex int
|
||||
|
||||
Reference in New Issue
Block a user