mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Merge pull request #95336 from howardjohn/endpointslicecache/doc
Fix documentation on EndpointSliceCache map
This commit is contained in:
commit
558429967a
@ -80,7 +80,7 @@ type endpointInfo struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// spToEndpointMap stores groups Endpoint objects by ServicePortName and
|
// spToEndpointMap stores groups Endpoint objects by ServicePortName and
|
||||||
// EndpointSlice name.
|
// IP address.
|
||||||
type spToEndpointMap map[ServicePortName]map[string]Endpoint
|
type spToEndpointMap map[ServicePortName]map[string]Endpoint
|
||||||
|
|
||||||
// NewEndpointSliceCache initializes an EndpointSliceCache.
|
// NewEndpointSliceCache initializes an EndpointSliceCache.
|
||||||
|
Loading…
Reference in New Issue
Block a user