diff options
Diffstat (limited to 'plugin/kubernetes/object/endpoint.go')
-rw-r--r-- | plugin/kubernetes/object/endpoint.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/kubernetes/object/endpoint.go b/plugin/kubernetes/object/endpoint.go index b8531f050..aa93b4ceb 100644 --- a/plugin/kubernetes/object/endpoint.go +++ b/plugin/kubernetes/object/endpoint.go @@ -7,6 +7,7 @@ import ( // Endpoints is a stripped down api.Endpoints with only the items we need for CoreDNS. type Endpoints struct { + // Don't add new fields to this struct without talking to the CoreDNS maintainers. Version string Name string Namespace string |