Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for 8002 (0.95 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

           "@type": "type.googleapis.com/envoy.config.listener.v3.Listener",
           "name": "0.0.0.0_8000",
           "address": {
            "socket_address": {
             "address": "0.0.0.0",
             "port_value": 8000
            }
           },
           "filter_chains": [
            {
             "filter_chain_match": {
              "transport_protocol": "raw_buffer",
              "application_protocols": [
               "http/1.1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  2. pkg/printers/internalversion/printers_test.go

    			},
    			{
    				Source:         api.EventSource{Component: "kubelet"},
    				Message:        "Item 3",
    				FirstTimestamp: metav1.NewTime(time.Date(2002, time.December, 25, 0, 0, 0, 0, time.UTC)),
    				LastTimestamp:  metav1.NewTime(time.Date(2002, time.December, 25, 0, 0, 0, 0, time.UTC)),
    				Count:          1,
    				Type:           api.EventTypeNormal,
    			},
    		},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/gateway_test.go

    					Spec: &networking.Gateway{
    						Servers: []*networking.Server{
    							{
    								Port:  &networking.Port{Name: "tcp", Number: 8000, Protocol: "TCP"},
    								Hosts: []string{"*"},
    								Bind:  "10.0.0.1",
    							},
    						},
    					},
    				},
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier_test.go

    					{
    						IP:       "1002:ab8::2:1",
    						Port:     8080,
    						Protocol: "TCP",
    					}: {
    						Address:   netutils.ParseIPSloppy("1002:ab8::2:1"),
    						Protocol:  "TCP",
    						Port:      uint16(8080),
    						Scheduler: "rr",
    					},
    				},
    				Destinations: map[ipvstest.ServiceKey][]*utilipvs.RealServer{
    					{
    						IP:       "1002:ab8::2:1",
    						Port:     8080,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    			svc.Spec.ClusterIP = "172.30.0.45"
    			svc.Spec.Ports = []v1.ServicePort{{
    				Name:     "p80",
    				Port:     80,
    				Protocol: v1.ProtocolTCP,
    				NodePort: 3002,
    			}}
    			svc.Status.LoadBalancer.Ingress = []v1.LoadBalancerIngress{{
    				IP: "5.6.7.8",
    			}}
    			svc.Spec.HealthCheckNodePort = 30000
    			// Extra whitespace to ensure that invalid value will not result
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

    CCM_FEATURE_GATES:  $(yaml-quote "${CCM_FEATURE_GATES:-}")
    KUBE_SCHEDULER_RUNASUSER: 2001
    KUBE_SCHEDULER_RUNASGROUP: 2001
    KUBE_ADDON_MANAGER_RUNASUSER: 2002
    KUBE_ADDON_MANAGER_RUNASGROUP: 2002
    KUBE_CONTROLLER_MANAGER_RUNASUSER: 2003
    KUBE_CONTROLLER_MANAGER_RUNASGROUP: 2003
    KUBE_API_SERVER_RUNASUSER: 2004
    KUBE_API_SERVER_RUNASGROUP: 2004
    KUBE_PKI_READERS_GROUP: 2005
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_TELLDIR                         = 0x31E // 798
    	SYS_TEMPNAM                         = 0x31F // 799
    	SYS_ACOSH                           = 0x320 // 800
    	SYS_ASINH                           = 0x321 // 801
    	SYS_ATANH                           = 0x322 // 802
    	SYS_CBRT                            = 0x323 // 803
    	SYS_EXPM1                           = 0x324 // 804
    	SYS_ILOGB                           = 0x325 // 805
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

      // expected-remark@above {{ID: 7}}
      "tf.PwStreamResults"(%arg0) {_callback_id = -2694175233261920887 : i64, _controller_address = "[2002:afb:afb::]:10004", _has_manual_control_dependencies = true, _model_name = "test", device = "/device/CPU", names = ["begin"]} : (tensor<i32>) -> ()
      // expected-remark@above {{ID: 0}}
      // expected-remark@above {{Successors: {4}}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

      sed -i -e "s@{{kubectl_extra_prune_whitelist}}@${ADDON_MANAGER_PRUNE_WHITELIST:-}@g" "${src_file}"
      sed -i -e "s@{{runAsUser}}@${KUBE_ADDON_MANAGER_RUNASUSER:-2002}@g" "${src_file}"
      sed -i -e "s@{{runAsGroup}}@${KUBE_ADDON_MANAGER_RUNASGROUP:-2002}@g" "${src_file}"
      cp "${src_file}" /etc/kubernetes/manifests
    }
    
    function setup-konnectivity-agent-manifest {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        ```
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top