Skip to content

Commit 5584299

Browse files
authored
Merge pull request kubernetes#95336 from howardjohn/endpointslicecache/doc
Fix documentation on EndpointSliceCache map
2 parents 5430a82 + b898266 commit 5584299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/proxy/endpointslicecache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ type endpointInfo struct {
8080
}
8181

8282
// spToEndpointMap stores groups Endpoint objects by ServicePortName and
83-
// EndpointSlice name.
83+
// IP address.
8484
type spToEndpointMap map[ServicePortName]map[string]Endpoint
8585

8686
// NewEndpointSliceCache initializes an EndpointSliceCache.

0 commit comments

Comments
 (0)