Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for instancesByPort (0.21 sec)

  1. pilot/pkg/config/kube/gateway/context.go

    						foundPending.Insert(g)
    					}
    				}
    			} else {
    				instancesByPort := gc.ps.ServiceEndpoints(svcKey)
    				if instancesEmpty(instancesByPort) {
    					warnings = append(warnings, fmt.Sprintf("no instances found for hostname %q", g))
    				} else {
    					hintPort := sets.New[string]()
    					for servicePort, instances := range instancesByPort {
    						for _, i := range instances {
    							if i.EndpointPort == uint32(port) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 18:33:02 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top