Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for instancesByPortNum (0.49 sec)

  1. pilot/pkg/serviceregistry/memory/discovery.go

    	sd.ip2instance[instance.Endpoint.Address] = append(sd.ip2instance[instance.Endpoint.Address], instance)
    
    	key := fmt.Sprintf("%s:%d", service, instance.ServicePort.Port)
    	instanceList := sd.instancesByPortNum[key]
    	sd.instancesByPortNum[key] = append(instanceList, instance)
    
    	key = fmt.Sprintf("%s:%s", service, instance.ServicePort.Name)
    	instanceList = sd.instancesByPortName[key]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 23:10:01 UTC 2024
    - 12.4K bytes
    - Viewed (0)
Back to top