Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestServiceInstancesForDnsRoundRobinLB (0.35 sec)

  1. pilot/pkg/serviceregistry/serviceentry/store_test.go

    // are created with different/same endpoints, we only consider the first service because
    // Envoy's LogicalDNS type of cluster does not allow more than one locality LB Endpoint.
    func TestServiceInstancesForDnsRoundRobinLB(t *testing.T) {
    	otherNs := ptr.Of(dnsRoundRobinLBSE1.DeepCopy())
    	otherNs.Namespace = "other"
    	store := serviceInstancesStore{
    		ip2instance:            map[string][]*model.ServiceInstance{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top