Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewAdsTest (0.1 sec)

  1. pilot/test/xds/fake.go

    		grpc.WithBlock(),
    		grpc.WithContextDialer(func(context.Context, string) (net.Conn, error) {
    			return f.BufListener.Dial()
    		}))
    	if err != nil {
    		f.t.Fatalf("failed to connect: %v", err)
    	}
    	return xds.NewAdsTest(f.t, conn)
    }
    
    // ConnectDeltaADS starts a Delta ADS connection to the server. It will automatically be cleaned up when the test ends
    func (f *FakeDiscoveryServer) ConnectDeltaADS() *xds.DeltaAdsTest {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top