Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetAddresses (0.56 sec)

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

    		for port := range ports {
    			instances := gc.ps.ServiceEndpointsByPort(svc, port, nil)
    			if len(instances) > 0 {
    				foundInternal.Insert(fmt.Sprintf("%s:%d", g, port))
    				foundInternalIP.InsertAll(svc.GetAddresses(&model.Proxy{Metadata: &model.NodeMetadata{ClusterID: gc.cluster}})...)
    				if svc.Attributes.ClusterExternalAddresses.Len() > 0 {
    					// Fetch external IPs from all clusters
    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