Home
last modified time | relevance | path

Searched defs:endpointSliceCache (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/kube/controller/
H A Dendpointslice.go293 type endpointSliceCache struct { struct
294 mu sync.RWMutex
295 endpointsByServiceAndSlice map[host.Name]map[string][]*model.IstioEndpoint
305 …e *endpointSliceCache) Update(hostname host.Name, slice string, endpoints []*model.IstioEndpoint) {
317 func (e *endpointSliceCache) Get(hostname host.Name) []*model.IstioEndpoint {
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/proxy/
H A Dendpoints.go170 endpointSliceCache *EndpointSliceCache member