Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetProxy (0.26 sec)

  1. pilot/pkg/networking/core/cluster_test.go

    	}{
    		{
    			name:                 "all ipv4, dual stack disabled",
    			proxy:                getProxy(),
    			dualStack:            false,
    			expectedSrcAddr:      InboundPassthroughBindIpv4,
    			expectedExtraSrcAddr: "",
    		},
    		{
    			name:                 "all ipv4, dual stack enabled",
    			proxy:                getProxy(),
    			dualStack:            true,
    			expectedSrcAddr:      InboundPassthroughBindIpv4,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_builder_test.go

    			clusterName:    "foo",
    			discovery:      cluster.Cluster_STRICT_DNS,
    			proxy:          getProxy(),
    			dualStack:      false,
    			expectedFamily: cluster.Cluster_V4_ONLY,
    		},
    		{
    			name:           "all ipv4, dual stack enabled",
    			clusterName:    "foo",
    			discovery:      cluster.Cluster_STRICT_DNS,
    			proxy:          getProxy(),
    			dualStack:      true,
    			expectedFamily: cluster.Cluster_V4_ONLY,
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
Back to top