Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CopyEndpoints (0.09 sec)

  1. pilot/pkg/model/push_context.go

    			ps.ServiceIndex.instancesByPort[svcKey] = make(map[int][]*IstioEndpoint)
    		}
    		shards, ok := env.EndpointIndex.ShardsForService(string(s.Hostname), s.Attributes.Namespace)
    		if ok {
    			instancesByPort := shards.CopyEndpoints(portMap, ports)
    			// Iterate over the instances and add them to the service index to avoid overiding the existing port instances.
    			for port, instances := range instancesByPort {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top