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 }