Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for seIPXdsName (0.17 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	return fmt.Sprintf("%s/networking.istio.io/WorkloadEntry/%s/%s",
    		s.clusterID, testNS, wleName)
    }
    
    // Returns the XDS resource name for the given ServiceEntry IP address.
    func (s *ambientTestServer) seIPXdsName(name string, ip string) string {
    	return fmt.Sprintf("%s/networking.istio.io/ServiceEntry/%s/%s/%s",
    		s.clusterID, testNS, name, ip)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top