Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 83 for 17070 (0.04 sec)

  1. samples/grpc-echo/grpc-echo.yaml

        spec:
          containers:
            - args:
              - --metrics=15014
              - --port
              - "18080"
              - --tcp
              - "19090"
              - --xds-grpc-server=17070
              - --grpc
              - "17070"
              - --grpc
              - "17171"
              - --port
              - "3333"
              - --port
              - "8080"
              - --version
              - v1
              - --crt=/cert.crt
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/none_cds.json

          "type": 4,
          "connect_timeout": 1000000000,
          "lb_policy": 4,
          "LbConfig": null
        },
        "inbound|7070|tcplocal|s1tcp.none": {
          "name": "inbound|7070|tcplocal|s1tcp.none",
          "connect_timeout": 1000000000,
          "load_assignment": {
            "cluster_name": "inbound|7070|tcplocal|s1tcp.none",
            "endpoints": [
              {
                "lb_endpoints": [
                  {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 6.5K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/common/ports/ports.go

    )
    
    // Port names.
    var (
    	HTTP             = echo.Port{Name: "http", Protocol: protocol.HTTP, ServicePort: 80, WorkloadPort: 18080}
    	GRPC             = echo.Port{Name: "grpc", Protocol: protocol.GRPC, ServicePort: 7070, WorkloadPort: 17070}
    	HTTP2            = echo.Port{Name: "http2", Protocol: protocol.HTTP, ServicePort: 85, WorkloadPort: 18085}
    	TCP              = echo.Port{Name: "tcp", Protocol: protocol.TCP, ServicePort: 9090, WorkloadPort: 19090}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 08 16:17:34 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  4. tests/testdata/envoy_local.json

    {
      "stats_config": {
        "use_all_default_tags": false
      },
      "admin": {
        "access_log_path": "/dev/stdout",
        "address": {
          "socket_address": {
            "address": "127.0.0.1",
            "port_value": 17000
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "api_config_source": {
            "api_type": "GRPC",
            "grpc_services": {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.9K bytes
    - Viewed (0)
  5. src/image/png/testdata/pngsuite/basn3p08.sng

        ( 68,255,255)     # rgb = (0x44,0xff,0xff)
        (255,170,255)     # rgb = (0xff,0xaa,0xff)
        (  0,119,  0)     # rgb = (0x00,0x77,0x00)
        (  0,254,254)     # rgb = (0x00,0xfe,0xfe)
        (170,  0,  0)     # rgb = (0xaa,0x00,0x00)
        ( 74,153,  0)     # rgb = (0x4a,0x99,0x00)
        (255,255,102)     # rgb = (0xff,0xff,0x66)
        (255, 34, 34)     # rgb = (0xff,0x22,0x22)
        (  0,  0,153)     # rgb = (0x00,0x00,0x99)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 13.9K bytes
    - Viewed (0)
  6. pkg/controlplane/apiserver/aggregator.go

    		{Group: "authentication.k8s.io", Version: "v1"}:              {Group: 17700, Version: 15},
    		{Group: "authentication.k8s.io", Version: "v1beta1"}:         {Group: 17700, Version: 9},
    		{Group: "authentication.k8s.io", Version: "v1alpha1"}:        {Group: 17700, Version: 1},
    		{Group: "authorization.k8s.io", Version: "v1"}:               {Group: 17600, Version: 15},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 18:08:20 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  7. pilot/pkg/xds/lds_test.go

    		}
    
    		// s1tcp:2000 outbound, bind=true (to reach other instances of the service)
    		// s1:5005 outbound, bind=true
    		// :443 - https external, bind=false
    		// 10.11.0.1_7070, bind=true -> inbound|2000|s1 - on port 7070, fwd to 37070
    		// virtual
    		if len(adscon.GetTCPListeners()) == 0 {
    			t.Fatal("No response")
    		}
    
    		for _, s := range []string{"lds_tcp", "lds_http", "rds", "cds", "ecds"} {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/testdata/multiple-istio-versions-no-proxy.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: foo
      labels:
        app: foo
    spec:
      ports:
      - name: grpc
        port: 7070
        targetPort: 7070
      - name: http
        port: 8090
        targetPort: 8090
      selector:
        app: foo
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: foo-bar-rev-a
    spec:
      replicas: 1
      selector:
        matchLabels:
          app: foo
          version: bar
      template:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/gotoolchain_local.txt

    env GOTOOLCHAIN=auto
    go mod init m
    go mod edit -go=1.700 -toolchain=none
    go version
    stdout 1.700
    
    go mod edit -go=1.300 -toolchain=none
    go version
    stdout 1.500 # local toolchain is newer
    
    go mod edit -go=1.700 -toolchain=go1.300
    go version
    stdout go1.700 # toolchain too old, ignored
    
    go mod edit -go=1.300 -toolchain=default
    go version
    stdout go1.500
    
    go mod edit -go=1.700 -toolchain=default
    go version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 21:19:11 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/kube/testdata/healthcheck-rewrite.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: healthcheck
      labels:
        app: healthcheck
    spec:
      ports:
      - name: grpc
        port: 7070
        targetPort: 7070
      - name: http-8080
        port: 8080
        targetPort: 8080
      selector:
        app: healthcheck
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: healthcheck-v1
    spec:
      replicas: 1
      selector:
        matchLabels:
          app: healthcheck
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top