diff options
author | 2021-08-02 10:29:33 +0000 | |
---|---|---|
committer | 2021-08-02 10:29:33 +0000 | |
commit | 4c41c49a93c8719b0e5a44bb754d90efa19e65cc (patch) | |
tree | 851c8bf7099df2cdc2fa617e59e2bd56cc3ba94d /plugin/kubernetes/object/namespace.go | |
parent | 9d5b8cd13d541cc3d2b7598ab255643d6298ba9d (diff) | |
download | coredns-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.go | 4 |
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 } |