aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar coredns[bot] <bot@bot.coredns.io> 2022-03-14 10:28:20 +0000
committerGravatar coredns[bot] <bot@bot.coredns.io> 2022-03-14 10:28:20 +0000
commit74830b35fd0acf6147a79c2e235beecb7c3972eb (patch)
tree5ce382351947fd814f19aa3c958d492640e82feb /plugin
parent78f12b4815076b11d326788109060494cd534451 (diff)
downloadcoredns-74830b35fd0acf6147a79c2e235beecb7c3972eb.tar.gz
coredns-74830b35fd0acf6147a79c2e235beecb7c3972eb.tar.zst
coredns-74830b35fd0acf6147a79c2e235beecb7c3972eb.zip
auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/k8s_external/external_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/k8s_external/external_test.go b/plugin/k8s_external/external_test.go
index 7c7ee8069..cf8e0e61c 100644
--- a/plugin/k8s_external/external_test.go
+++ b/plugin/k8s_external/external_test.go
@@ -200,8 +200,8 @@ func (external) HasSynced() bool
func (external) Run() {}
func (external) Stop() error { return nil }
func (external) EpIndexReverse(string) []*object.Endpoints { return nil }
-func (external) SvcIndexReverse(string) []*object.Service { return nil }
-func (external) Modified(bool) int64 { return 0 }
+func (external) SvcIndexReverse(string) []*object.Service { return nil }
+func (external) Modified(bool) int64 { return 0 }
func (external) EpIndex(s string) []*object.Endpoints { return nil }
func (external) EndpointsList() []*object.Endpoints { return nil }
func (external) GetNodeByName(ctx context.Context, name string) (*api.Node, error) { return nil, nil }