Home
last modified time | relevance | path

Searched refs:endpointsByServiceAndSlice (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/kube/controller/
H A Dendpointslice.go295 endpointsByServiceAndSlice map[host.Name]map[string][]*model.IstioEndpoint member
300 endpointsByServiceAndSlice: make(map[host.Name]map[string][]*model.IstioEndpoint),
309 delete(e.endpointsByServiceAndSlice[hostname], slice)
311 if _, f := e.endpointsByServiceAndSlice[hostname]; !f {
312 e.endpointsByServiceAndSlice[hostname] = make(map[string][]*model.IstioEndpoint)
314 e.endpointsByServiceAndSlice[hostname][slice] = endpoints
321 for _, eps := range e.endpointsByServiceAndSlice[hostname] {