Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupDownstreamConnection (0.29 sec)

  1. pkg/istio-agent/xds_proxy_test.go

    		setDialOptions(proxy, f.BufListener)
    
    		conn := setupDownstreamConnection(t, proxy)
    		downstream := stream(t, conn)
    		sendDownstreamWithNode(t, downstream, model.NodeMetadata{
    			Namespace:   "default",
    			InstanceIPs: []string{"1.1.1.1"},
    		})
    		conn.Close()
    
    		c := setupDownstreamConnection(t, proxy)
    		downstream = stream(t, c)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 04:48:02 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top