Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewDeltaXdsTest (0.11 sec)

  1. pilot/pkg/xds/deltaadstest.go

    	test.SetForTest(t, &features.DeltaXds, true)
    	return NewDeltaXdsTest(t, conn, func(conn *grpc.ClientConn) (DeltaDiscoveryClient, error) {
    		xds := discovery.NewAggregatedDiscoveryServiceClient(conn)
    		return xds.DeltaAggregatedResources(context.Background())
    	})
    }
    
    func NewDeltaXdsTest(t test.Failer, conn *grpc.ClientConn,
    	getClient func(conn *grpc.ClientConn) (DeltaDiscoveryClient, error),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Feb 04 03:39:42 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top