aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/object/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/kubernetes/object/service.go')
-rw-r--r--plugin/kubernetes/object/service.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/kubernetes/object/service.go b/plugin/kubernetes/object/service.go
index af9a42b48..3c8304362 100644
--- a/plugin/kubernetes/object/service.go
+++ b/plugin/kubernetes/object/service.go
@@ -7,6 +7,7 @@ import (
// Service is a stripped down api.Service with only the items we need for CoreDNS.
type Service struct {
+ // Don't add new fields to this struct without talking to the CoreDNS maintainers.
Version string
Name string
Namespace string