From 876650d638188f9062319a412848b3039a8d5595 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Wed, 6 Jan 2021 21:34:32 +0800 Subject: Fix golint issue caused by typo (#4365) Signed-off-by: Guangwen Feng --- plugin/kubernetes/object/endpoint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/kubernetes/object/endpoint.go b/plugin/kubernetes/object/endpoint.go index 09429e0b2..06fc6ab3e 100644 --- a/plugin/kubernetes/object/endpoint.go +++ b/plugin/kubernetes/object/endpoint.go @@ -47,7 +47,7 @@ type EndpointPort struct { // EndpointsKey returns a string using for the index. func EndpointsKey(name, namespace string) string { return name + "." + namespace } -// toEndpoints converts an *api.Endpoints to a *Endpoints. +// ToEndpoints converts an *api.Endpoints to a *Endpoints. func ToEndpoints(obj meta.Object) (meta.Object, error) { end, ok := obj.(*api.Endpoints) if !ok { -- cgit v1.2.3