Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for 8082 (0.06 sec)

  1. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    				&model.Port{
    					Name:     "tcp-port-8081",
    					Port:     8081,
    					Protocol: protocol.TCP,
    				},
    			},
    			MeshExternal: true,
    			Resolution:   model.DNSLB,
    		},
    		{
    			Hostname: kube.ServiceHostname("svc3", "nsA", defaultFakeDomainSuffix),
    			Ports: model.PortList{
    				&model.Port{
    					Name:     "tcp-port-8082",
    					Port:     8082,
    					Protocol: protocol.TCP,
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/sidecar_simulation_test.go

    			clusters: map[string][]string{
    				"inbound|8080||": nil,
    				"inbound|8081||": nil,
    				"inbound|8082||": nil,
    				"inbound|8083||": nil,
    			},
    			telemetry: map[string][]string{
    				"inbound|8080||": {string(service.Hostname)},
    				"inbound|8081||": {string(service.Hostname)},
    				"inbound|8082||": {string(serviceAlt.Hostname)},
    				"inbound|8083||": {string(serviceAlt.Hostname)},
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  3. pkg/controller/endpoint/endpoints_controller_test.go

    				},
    			},
    			Ports: []v1.EndpointPort{{Port: 8080, Protocol: "TCP"}},
    		}},
    	})
    	endpoints.serviceStore.Add(&v1.Service{
    		ObjectMeta: metav1.ObjectMeta{Name: "foo", Namespace: ns},
    		Spec: v1.ServiceSpec{
    			Selector: map[string]string{"foo": "bar"},
    			Ports:    []v1.ServicePort{{Port: 80, Protocol: "TCP", TargetPort: intstr.FromInt32(8080)}},
    		},
    	})
    	pod0.ResourceVersion = "3"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        // four-per-em space
        assertThat(parse("http://h/\u2005").encodedPath).isEqualTo("/%E2%80%85")
        // six-per-em space
        assertThat(parse("http://h/\u2006").encodedPath).isEqualTo("/%E2%80%86")
        // figure space
        assertThat(parse("http://h/\u2007").encodedPath).isEqualTo("/%E2%80%87")
        // punctuation space
        assertThat(parse("http://h/\u2008").encodedPath).isEqualTo("/%E2%80%88")
        // thin space
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/serviceregistry_test.go

    				Address: "2.3.4.5",
    				Labels:  labels,
    				Ports: map[string]uint32{
    					serviceEntry.Spec.(*networking.ServiceEntry).Ports[0].Name: 8080,
    				},
    			},
    		})
    
    		instances := []EndpointResponse{{
    			Address: workloadEntry.Spec.(*networking.WorkloadEntry).Address,
    			Port:    8080,
    		}}
    		expectServiceEndpoints(t, fx, expectedSvc, 80, instances)
    	})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/listener_test.go

    		buildServiceWithPort("test3.com", 8080, protocol.HTTP, tnow.Add(2*time.Second)),
    	}
    	servicesConflictWithVirtualListener := []*model.Service{
    		buildServiceWithPort("test4.com", 15001, protocol.HTTP, tnow.Add(1*time.Second)),
    		buildServiceWithPort("test5.com", 15006, protocol.TCP, tnow),
    		buildServiceWithPort("test6.com", 8081, protocol.HTTP, tnow.Add(2*time.Second)),
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/compare/testdata/configdump.json

                                    },
                                    "exact_match_map": {
                                      "map": {
                                        "8080": {
                                          "action": {
                                            "name": "inbound-vip|8080||reviews12.default.svc.cluster.local-http",
                                            "typed_config": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  8. src/math/big/float_test.go

    		// https://www.exploringbinary.com/php-hangs-on-numeric-value-2-2250738585072011e-308/
    		{"2.2250738585072011e-308", 2.225073858507201e-308, Below},
    		// https://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
    		{"2.2250738585072012e-308", 2.2250738585072014e-308, Above},
    	} {
    		for i := 0; i < 2; i++ {
    			// test both signs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                    "socket_address": {
                                                        "address": "10.244.0.176",
                                                        "port_value": 8080
                                                    }
                                                },
                                                "health_check_config": {}
                                            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  10. pilot/pkg/model/sidecar_test.go

    		{
    			Port:     7442,
    			Protocol: "HTTP",
    			Name:     "http-tls",
    		},
    	}
    
    	port803x = []*Port{
    		{
    			Port:     8031,
    			Protocol: "TCP",
    			Name:     "tcp-1",
    		},
    		{
    			Port:     8032,
    			Protocol: "TCP",
    			Name:     "tcp-2",
    		},
    		{
    			Port:     8033,
    			Protocol: "TCP",
    			Name:     "tcp-3",
    		},
    		{
    			Port:     8034,
    			Protocol: "TCP",
    			Name:     "tcp-4",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top