Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 791 for sw_vers (0.12 sec)

  1. samples/httpbin/httpbin-gateway.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: httpbin-gateway
    spec:
      selector:
        istio: ingressgateway
      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
        - "*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: httpbin
    spec:
      hosts:
      - "*"
      gateways:
      - httpbin-gateway
      http:
      - route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jun 22 17:54:07 UTC 2019
    - 474 bytes
    - Viewed (0)
  2. samples/websockets/route.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: tornado-gateway
    spec:
      selector:
        istio: ingressgateway
      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
        - "*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: tornado
    spec:
      hosts:
      - "*"
      gateways:
      - tornado-gateway
      http:
      - match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Sep 28 17:30:43 UTC 2019
    - 495 bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/tunneling/gateway/tcp/gateway.tmpl.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: {{ .EgressGatewayServiceName | default "istio-egressgateway" }}
    spec:
      selector:
        istio: {{ .EgressGatewayIstioLabel | default "egressgateway" }}
      servers:
      - port:
          number: 80
          name: tcp-80
          protocol: TCP
        hosts:
        - external.{{ .externalNamespace }}.svc.cluster.local
      - port:
          number: 443
          name: tcp-443
          protocol: TCP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 506 bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/testdata/gateway-correct-port.yaml

    # Gateway with bogus port
    #
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: httpbin-gateway
    spec:
      selector:
        istio: ingressgateway
      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 258 bytes
    - Viewed (0)
  5. cmd/prepare-storage.go

    		case errors.Is(err, errFirstDiskWait):
    			// Fresh setup, wait for other servers to come up.
    			logger.Info("Waiting for all other servers to be online to format the drives (elapses %s)\n", getElapsedTime())
    		case errors.Is(err, errErasureReadQuorum):
    			// no quorum available continue to wait for minimum number of servers.
    			logger.Info("Waiting for a minimum of %d drives to come online (elapsed %s)\n",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 19 08:06:49 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. docs/em/docs/advanced/behind-a-proxy.md

    ## 🌖 đŸ’Ŋ
    
    !!! warning
        👉 🌅 🏧 ⚙ī¸ đŸ’ŧ. 💭 🆓 đŸšļ âšĢī¸.
    
    đŸ”ĸ, **FastAPI** 🔜 ✍ `server` 🗄 🔗 ⏎ī¸ 📛 `root_path`.
    
    ✋ī¸ 👆 đŸ’Ē 🚚 🎏 🎛 `servers`, đŸ–ŧ đŸšĨ 👆 💚 *🎏* đŸŠē 🎚 🔗 ⏎ī¸ 🏗 & 🏭 🌐.
    
    đŸšĨ 👆 đŸšļ‍♀ī¸ 🛃 📇 `servers` & 📤 `root_path` (↩ī¸ 👆 🛠ī¸ 👨‍❤‍👨 ⛅ đŸ—ŗ), **FastAPI** 🔜 📩 "đŸ’Ŋ" ⏎ī¸ 👉 `root_path` â–ļī¸ 📇.
    
    đŸ–ŧ:
    
    ```Python hl_lines="4-7"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. samples/helloworld/helloworld-gateway.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: helloworld-gateway
    spec:
      selector:
        istio: ingressgateway # use istio default controller
      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
        - "*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: helloworld
    spec:
      hosts:
      - "*"
      gateways:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 14 21:21:11 UTC 2019
    - 561 bytes
    - Viewed (0)
  8. pkg/test/datasets/validation/dataset/networking-v1-Gateway.yaml

    metadata:
      name: valid-gateway
    spec:
      selector:
        # DO NOT CHANGE THESE LABELS
        # The ingressgateway is defined in install/kubernetes/helm/istio/values.yaml
        # with these labels
        istio: ingressgateway
      servers:
      - port:
          number: 31400
          protocol: TCP
          name: tcp
        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 01 14:30:05 UTC 2024
    - 460 bytes
    - Viewed (0)
  9. pkg/test/datasets/validation/dataset/networking-v1beta1-Gateway.yaml

    metadata:
      name: valid-gateway
    spec:
      selector:
        # DO NOT CHANGE THESE LABELS
        # The ingressgateway is defined in install/kubernetes/helm/istio/values.yaml
        # with these labels
        istio: ingressgateway
      servers:
      - port:
          number: 31400
          protocol: TCP
          name: tcp
        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 01 14:30:05 UTC 2024
    - 465 bytes
    - Viewed (0)
  10. tests/test_tutorial/test_behind_a_proxy/test_tutorial001.py

                                "content": {"application/json": {"schema": {}}},
                            }
                        },
                    }
                }
            },
            "servers": [{"url": "/api/v1"}],
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 1K bytes
    - Viewed (0)
Back to top