Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 180x180 (0.43 sec)

  1. pkg/proxy/nftables/helpers_test.go

    	add chain ip testing endpoint-5OJB2KTY-ns1/svc1/tcp/p80__10.180.0.1/80
    	add rule ip testing endpoint-5OJB2KTY-ns1/svc1/tcp/p80__10.180.0.1/80 ip saddr 10.180.0.1 jump mark-for-masquerade
    	add rule ip testing endpoint-5OJB2KTY-ns1/svc1/tcp/p80__10.180.0.1/80 meta l4proto tcp dnat to 10.180.0.1:80
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. pkg/proxy/endpointslicecache_test.go

    			},
    			expectedMap: spToEndpointMap{
    				makeServicePortName("ns1", "svc1", "port-0", v1.ProtocolTCP): {
    					"10.0.1.1:80": &BaseEndpointInfo{
    						ip:          "10.0.1.1",
    						port:        80,
    						endpoint:    "10.0.1.1:80",
    						isLocal:     false,
    						ready:       true,
    						serving:     true,
    						terminating: false,
    					},
    					"10.0.1.2:80": &BaseEndpointInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  3. pkg/proxy/topology_test.go

    		endpoints: []Endpoint{
    			&BaseEndpointInfo{endpoint: "10.0.0.0:80", ready: true, isLocal: false},
    			&BaseEndpointInfo{endpoint: "10.0.0.1:80", ready: true, isLocal: true},
    		},
    		clusterEndpoints: nil,
    		localEndpoints:   sets.New[string]("10.0.0.1:80"),
    		allEndpoints:     sets.New[string]("10.0.0.1:80"),
    	}}
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/installation.adoc

    To check, run `java -version`:
    
    ----
    ❯ java -version
    openjdk version "11.0.18" 2023-01-17
    OpenJDK Runtime Environment Homebrew (build 11.0.18+0)
    OpenJDK 64-Bit Server VM Homebrew (build 11.0.18+0, mixed mode)
    ----
    
    ----
    ❯ java version "1.8.0_151"
    Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
    Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  5. src/net/ip_test.go

    		{"[localhost%lo0]:80", "localhost%lo0", "80"},     // Go 1 behavior
    
    		// IP literal
    		{"127.0.0.1:http", "127.0.0.1", "http"},
    		{"127.0.0.1:80", "127.0.0.1", "80"},
    		{"[::1]:http", "::1", "http"},
    		{"[::1]:80", "::1", "80"},
    
    		// IP literal with zone identifier
    		{"[::1%lo0]:http", "::1%lo0", "http"},
    		{"[::1%lo0]:80", "::1%lo0", "80"},
    
    		// Go-specific wildcard for host name
    		{":http", "", "http"}, // Go 1 behavior
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 01:17:29 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    			{Number: 8080, Name: "http-alt-port", Protocol: "http"},
    		},
    		Endpoints: []*networking.WorkloadEntry{
    			{
    				Address: "2.2.2.2",
    				Ports:   map[string]uint32{"http-port": 7080, "http-alt-port": 18080},
    				Labels:  map[string]string{label.SecurityTlsMode.Name: model.IstioMutualTLSModeLabel},
    			},
    			{
    				Address: "3.3.3.3",
    				Ports:   map[string]uint32{"http-port": 1080},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
  7. pilot/pkg/networking/util/util_test.go

    								EnvoyInternalAddress: &core.EnvoyInternalAddress{
    									AddressNameSpecifier: &core.EnvoyInternalAddress_ServerListenerName{
    										ServerListenerName: "connect_originate",
    									},
    									EndpointId: "10.0.0.1:80",
    								},
    							},
    						},
    					},
    				},
    			},
    			want: "10.0.0.1",
    		},
    		{
    			name: "internal address(ipv6)",
    			endpoint: &endpoint.LbEndpoint{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
  8. src/crypto/sha256/sha256block_ppc64x.s

    DATA  ·kcon+0x160(SB)/8, $0x5cb0a9dc5cb0a9dc
    DATA  ·kcon+0x168(SB)/8, $0x5cb0a9dc5cb0a9dc
    DATA  ·kcon+0x170(SB)/8, $0x76f988da76f988da
    DATA  ·kcon+0x178(SB)/8, $0x76f988da76f988da
    DATA  ·kcon+0x180(SB)/8, $0x983e5152983e5152
    DATA  ·kcon+0x188(SB)/8, $0x983e5152983e5152
    DATA  ·kcon+0x190(SB)/8, $0xa831c66da831c66d
    DATA  ·kcon+0x198(SB)/8, $0xa831c66da831c66d
    DATA  ·kcon+0x1A0(SB)/8, $0xb00327c8b00327c8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top