aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/ns_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-01-30 09:19:26 +0000
committerGravatar GitHub <noreply@github.com> 2020-01-30 09:19:26 +0000
commit995179a6c6f3eccbc04b20ff4961653d06c63551 (patch)
tree0782daf1752f3aecb590232b14908eff119064e6 /plugin/kubernetes/ns_test.go
parent488464b68668310cbdeb67ada3ff33dd13138f0b (diff)
downloadcoredns-995179a6c6f3eccbc04b20ff4961653d06c63551.tar.gz
coredns-995179a6c6f3eccbc04b20ff4961653d06c63551.tar.zst
coredns-995179a6c6f3eccbc04b20ff4961653d06c63551.zip
presubmit: check import path ordering (#3636)
Add a test for this as well as it's annoying to point out in every code review. Fix all the import paths that are flagged by this new test. Fixes: #3634 Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/kubernetes/ns_test.go')
-rw-r--r--plugin/kubernetes/ns_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/ns_test.go b/plugin/kubernetes/ns_test.go
index bafe53240..19bd9b788 100644
--- a/plugin/kubernetes/ns_test.go
+++ b/plugin/kubernetes/ns_test.go
@@ -5,8 +5,8 @@ import (
"testing"
"github.com/coredns/coredns/plugin/kubernetes/object"
- "github.com/miekg/dns"
+ "github.com/miekg/dns"
api "k8s.io/api/core/v1"
)