diff options
Diffstat (limited to 'plugin/kubernetes/object/endpoint.go')
-rw-r--r-- | plugin/kubernetes/object/endpoint.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/object/endpoint.go b/plugin/kubernetes/object/endpoint.go index f3ce9c2d6..d4c495861 100644 --- a/plugin/kubernetes/object/endpoint.go +++ b/plugin/kubernetes/object/endpoint.go @@ -42,7 +42,7 @@ type EndpointPort struct { Protocol string } -// EndpointsKey return a string using for the index. +// EndpointsKey returns a string using for the index. func EndpointsKey(name, namespace string) string { return name + "." + namespace } // ToEndpoints returns a function that converts an *api.Endpoints to a *Endpoints. |