Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for DualStack (0.2 sec)

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

    		discovery      cluster.Cluster_DiscoveryType
    		proxy          *model.Proxy
    		dualStack      bool
    		expectedFamily cluster.Cluster_DnsLookupFamily
    	}{
    		{
    			name:           "all ipv4, dual stack disabled",
    			clusterName:    "foo",
    			discovery:      cluster.Cluster_STRICT_DNS,
    			proxy:          getProxy(),
    			dualStack:      false,
    			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)
  2. pilot/pkg/networking/core/cluster_test.go

    	}
    
    	cases := []struct {
    		name                 string
    		proxy                *model.Proxy
    		dualStack            bool
    		expectedSrcAddr      string
    		expectedExtraSrcAddr string
    	}{
    		{
    			name:                 "all ipv4, dual stack disabled",
    			proxy:                getProxy(),
    			dualStack:            false,
    			expectedSrcAddr:      InboundPassthroughBindIpv4,
    			expectedExtraSrcAddr: "",
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    s3.cn-north-1.amazonaws.com.cn
    s3.dualstack.ap-northeast-1.amazonaws.com
    s3.dualstack.ap-northeast-2.amazonaws.com
    s3.ap-northeast-2.amazonaws.com
    s3-website.ap-northeast-2.amazonaws.com
    s3.dualstack.ap-south-1.amazonaws.com
    s3.ap-south-1.amazonaws.com
    s3-website.ap-south-1.amazonaws.com
    s3.dualstack.ap-southeast-1.amazonaws.com
    s3.dualstack.ap-southeast-2.amazonaws.com
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers_test.go

    			options: printers.GenerateOptions{},
    			// Columns: Name, PerNodeHostBits, IPv4, IPv6, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"test5", ipv6CIDR, "<unknown>"}}},
    		},
    		{
    			// Test name, DualStack.
    			ccc: networking.ServiceCIDR{
    				ObjectMeta: metav1.ObjectMeta{Name: "test9"},
    				Spec: networking.ServiceCIDRSpec{
    					CIDRs: []string{ipv4CIDR, ipv6CIDR},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top