aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/object/namespace.go
diff options
context:
space:
mode:
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
}