Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 101 for 7777 (0.16 sec)

  1. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    								InstanceName:    "instance",
    								CertificateName: "certificate",
    							},
    						},
    					}),
    				},
    			},
    		},
    		{
    			Name: "outbound|7777||custom-tls-addition",
    		},
    		{
    			Name:            "outbound|7777||custom-tls-replacement",
    			DnsLookupFamily: cluster.Cluster_V4_ONLY,
    			LbPolicy:        cluster.Cluster_ROUND_ROBIN,
    			TransportSocket: &core.TransportSocket{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/httproute_test.go

    				},
    				"service-A.default.svc.cluster.local:7777": {
    					"service-A.default.svc.cluster.local:7777": true,
    				},
    				"block_all": {
    					"*": true,
    				},
    			},
    			registryOnly: true,
    		},
    		{
    			name:                  "virtual service hosts with subsets and with existing service",
    			routeName:             "7777",
    			sidecarConfig:         sidecarConfigWithAllowAny,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  3. pkg/proxy/config/config_test.go

    	endpoints1v2 := &discoveryv1.EndpointSlice{
    		ObjectMeta:  metav1.ObjectMeta{Namespace: "testnamespace", Name: "foo"},
    		AddressType: discoveryv1.AddressTypeIPv4,
    		Endpoints: []discoveryv1.Endpoint{{
    			Addresses: []string{"7.7.7.7"},
    		}},
    		Ports: []discoveryv1.EndpointPort{{Port: ptr.To[int32](80)}},
    	}
    	fakeWatch.Modify(endpoints1v2)
    	endpoints = []*discoveryv1.EndpointSlice{endpoints2, endpoints1v2, endpoints3}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    				Context: networking.EnvoyFilter_SIDECAR_OUTBOUND,
    				ObjectTypes: &networking.EnvoyFilter_EnvoyConfigObjectMatch_Listener{
    					Listener: &networking.EnvoyFilter_ListenerMatch{
    						PortNumber: 7777,
    					},
    				},
    			},
    			Patch: &networking.EnvoyFilter_Patch{
    				Operation: networking.EnvoyFilter_Patch_MERGE,
    				Value: buildPatchStruct(`
    					{"transport_socket":{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  5. pilot/cmd/pilot-agent/status/server_test.go

    		{
    			probe: `{"/app-health/hello-world/readyz": {"tcpSocket": {"port": 8888}, "httpGet": {"path": "/", "port": 7777}}}`,
    			err:   "must be one of type httpGet, tcpSocket or gRPC",
    		},
    		// probes must be one of tcp, http or gRPC
    		{
    			probe: `{"/app-health/hello-world/readyz": {"grpc": {"port": 8888}, "httpGet": {"path": "/", "port": 7777}}}`,
    			err:   "must be one of type httpGet, tcpSocket or gRPC",
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  6. src/html/template/exec_test.go

    		"1", tVal, true},
    
    	// Type with String method.
    	{"V{6666}.String()", "-{{.V0}}-", "-{6666}-", tVal, true}, //  NOTE: -<6666>- in text/template
    	{"&V{7777}.String()", "-{{.V1}}-", "-&lt;7777&gt;-", tVal, true},
    	{"(*V)(nil).String()", "-{{.V2}}-", "-nilV-", tVal, true},
    
    	// Type with Error method.
    	{"W{888}.Error()", "-{{.W0}}-", "-{888}-", tVal, true}, // NOTE: -[888] in text/template
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  7. cni/pkg/nodeagent/net_test.go

    					Port: intstr.FromString("foo-2-port"),
    				},
    			},
    		},
    		StartupProbe: &corev1.Probe{
    			ProbeHandler: corev1.ProbeHandler{
    				HTTPGet: &corev1.HTTPGetAction{
    					Port: intstr.FromInt(7777),
    				},
    			},
    		},
    	}
    
    	containers := []corev1.Container{app1}
    
    	var podStatus corev1.PodStatus
    	if v6IP {
    		podStatus = corev1.PodStatus{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  8. src/text/template/exec_test.go

    		"{{$x := 1}}{{if true}}{{$x := 2}}{{if true}}{{$x = 3}}{{end}}{{end}}{{$x}}",
    		"1", tVal, true},
    
    	// Type with String method.
    	{"V{6666}.String()", "-{{.V0}}-", "-<6666>-", tVal, true},
    	{"&V{7777}.String()", "-{{.V1}}-", "-<7777>-", tVal, true},
    	{"(*V)(nil).String()", "-{{.V2}}-", "-nilV-", tVal, true},
    
    	// Type with Error method.
    	{"W{888}.Error()", "-{{.W0}}-", "-[888]-", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. pilot/pkg/model/sidecar_test.go

    			Egress: []*networking.IstioEgressListener{
    				{
    					Port: &networking.SidecarPort{
    						Number:   23145,
    						Protocol: "TCP",
    						Name:     "outbound-tcp",
    					},
    					Bind: "7.7.7.7",
    					Hosts: []string{
    						"*/bookinginfo.com",
    						"*/private.com",
    					},
    				},
    				{
    					Hosts: []string{
    						"ns1/*",
    						"*/*.tcp.com",
    					},
    				},
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		c := httpStaticOverlay.DeepCopy()
    		c.Namespace = "other"
    		se := c.Spec.(*networking.ServiceEntry)
    		se.Endpoints = append(se.Endpoints, &networking.WorkloadEntry{
    			Address: "7.7.7.7",
    			Labels:  map[string]string{"namespace": "bar"},
    		})
    		return &c
    	}()
    
    	// Setup the expected instances for `httpStatic`. This will be added/removed from as we add various configs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top