Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAdsPushScoping (0.27 sec)

  1. pilot/pkg/xds/ads_test.go

    	cluster1 := "outbound|80||local.default.svc.cluster.local"
    	sendEDSReqAndVerify(cluster1)
    	cluster2 := "outbound|80||hello.default.svc.cluster.local"
    	sendEDSReqAndVerify(cluster2)
    }
    
    // nolint: lll
    func TestAdsPushScoping(t *testing.T) {
    	s := xdsfake.NewFakeDiscoveryServer(t, xdsfake.FakeOptions{})
    
    	const (
    		svcSuffix = ".testPushScoping.com"
    		ns1       = "ns1"
    	)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top