auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
parent
6782b7fb42
commit
2fcc74b94e
2 changed files with 5 additions and 5 deletions
plugin/k8s_external
|
@ -40,10 +40,10 @@ type External struct {
|
||||||
Next plugin.Handler
|
Next plugin.Handler
|
||||||
Zones []string
|
Zones []string
|
||||||
|
|
||||||
hostmaster string
|
hostmaster string
|
||||||
apex string
|
apex string
|
||||||
ttl uint32
|
ttl uint32
|
||||||
headless bool
|
headless bool
|
||||||
|
|
||||||
upstream *upstream.Upstream
|
upstream *upstream.Upstream
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue