aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/object/namespace.go
diff options
context:
space:
mode:
authorGravatar coredns[bot] <bot@bot.coredns.io> 2021-08-02 10:29:33 +0000
committerGravatar coredns[bot] <bot@bot.coredns.io> 2021-08-02 10:29:33 +0000
commit4c41c49a93c8719b0e5a44bb754d90efa19e65cc (patch)
tree851c8bf7099df2cdc2fa617e59e2bd56cc3ba94d /plugin/kubernetes/object/namespace.go
parent9d5b8cd13d541cc3d2b7598ab255643d6298ba9d (diff)
downloadcoredns-4c41c49a93c8719b0e5a44bb754d90efa19e65cc.tar.gz
coredns-4c41c49a93c8719b0e5a44bb754d90efa19e65cc.tar.zst
coredns-4c41c49a93c8719b0e5a44bb754d90efa19e65cc.zip
auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
Diffstat (limited to 'plugin/kubernetes/object/namespace.go')
-rw-r--r--plugin/kubernetes/object/namespace.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/kubernetes/object/namespace.go b/plugin/kubernetes/object/namespace.go
index b800cbb77..ec1b466b9 100644
--- a/plugin/kubernetes/object/namespace.go
+++ b/plugin/kubernetes/object/namespace.go
@@ -11,8 +11,8 @@ import (
// Namespace is a stripped down api.Namespace with only the items we need for CoreDNS.
type Namespace struct {
// Don't add new fields to this struct without talking to the CoreDNS maintainers.
- Version string
- Name string
+ Version string
+ Name string
*Empty
}