aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar coredns[bot] <bot@bot.coredns.io> 2022-09-05 10:29:36 +0000
committerGravatar coredns[bot] <bot@bot.coredns.io> 2022-09-05 10:29:36 +0000
commit2fcc74b94ecb72961604c2f586c27d1aed8a33d6 (patch)
treeb6ab15d4e92ffcc0c48fd2dd917ae7530ae1a5bb
parent6782b7fb42efc979ab2649228a83c0ac20d50d5e (diff)
downloadcoredns-2fcc74b94ecb72961604c2f586c27d1aed8a33d6.tar.gz
coredns-2fcc74b94ecb72961604c2f586c27d1aed8a33d6.tar.zst
coredns-2fcc74b94ecb72961604c2f586c27d1aed8a33d6.zip
auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
-rw-r--r--plugin/k8s_external/external.go8
-rw-r--r--plugin/kubernetes/ns_test.go2
2 files changed, 5 insertions, 5 deletions
diff --git a/plugin/k8s_external/external.go b/plugin/k8s_external/external.go
index 3e12dbfd2..2cbf88555 100644
--- a/plugin/k8s_external/external.go
+++ b/plugin/k8s_external/external.go
@@ -40,10 +40,10 @@ type External struct {
Next plugin.Handler
Zones []string
- hostmaster string
- apex string
- ttl uint32
- headless bool
+ hostmaster string
+ apex string
+ ttl uint32
+ headless bool
upstream *upstream.Upstream
diff --git a/plugin/kubernetes/ns_test.go b/plugin/kubernetes/ns_test.go
index 82426a907..e3c67d4f3 100644
--- a/plugin/kubernetes/ns_test.go
+++ b/plugin/kubernetes/ns_test.go
@@ -216,4 +216,4 @@ func TestNsAddrsExternalWithPreexistingExternalIP(t *testing.T) {
if cdr.Header().Name != expected {
t.Errorf("Expected record name to be %q, got %q", expected, cdr.Header().Name)
}
-} \ No newline at end of file
+}