Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 723 for Route (0.04 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/cross-namespace-routing/store-route.yaml

    Alexander Zielenski <******@****.***> 1697824555 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 333 bytes
    - Viewed (0)
  2. tests/testdata/config/rule-weighted-route.yaml

            version: v2
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: c-weighted
      namespace: testns
    spec:
      hosts:
        - c-weighted.extsvc.com
      http:
        - route:
          - destination:
              host: c-weighted.extsvc.com
              subset: v1
            weight: 75
          - destination:
              host: c-weighted.extsvc.com
              subset: v2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  3. tests/testdata/config/rule-default-route.yaml

            http: 7072
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: default-route-1
      namespace: testns
    spec:
      hosts:
        - c.foo
      gateways:
      #- mesh # doesnt work
      - my-gateway
      http:
        - match:
          - uri:
               prefix: /bar
          route:
          - destination:
              host: c.foo
            weight: 100
    ---
    apiVersion: networking.istio.io/v1alpha3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 964 bytes
    - Viewed (0)
  4. tests/testdata/config/rule-content-route.yaml

    kind: VirtualService
    metadata:
      name: headers-route
      namespace: testns
    spec:
      hosts:
        - headers.test.istio.io
      http:
        - match:
          - headers:
              version:
                exact: v2
            sourceLabels:
              version: v1
          route:
          - destination:
              host: c-weighted.extsvc.com
              subset: v2
            weight: 100
        - route:
          - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 28 21:38:06 UTC 2019
    - 566 bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/route-precedence.yaml.golden

            my-param:
              regex: some-value
          uri:
            exact: /baz
        name: allowed-2.http.1
        route:
        - destination:
            host: svc2.allowed-2.svc.domain.suffix
            port:
              number: 80
      - match:
        - uri:
            prefix: /foo/bar
        name: allowed-2.http.0
        route:
        - destination:
            host: svc2.allowed-2.svc.domain.suffix
            port:
              number: 80
      - match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml.golden

        internal.istio.io/parents: Gateway/gateway/scope-route.istio-system
      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-scope-route
      namespace: istio-system
    spec:
      servers:
      - hosts:
        - '*/*.scope-route.example'
        port:
          name: default
          number: 80
          protocol: HTTP
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  7. tests/testdata/config/rule-websocket-route.yaml

    
    ---
    
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: websocket-route
      namespace: testns
    spec:
      hosts:
        - websocket.test.istio.io
      http:
        - match:
          - headers:
              testwebsocket:
                exact: enabled
          route:
          - destination:
              host: websocket.test.istio.io
              subset: v1
              port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/cross-namespace-routing/site-route.yaml

    Alexander Zielenski <******@****.***> 1697824555 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 646 bytes
    - Viewed (0)
  9. releasenotes/notes/jwt-route.yaml

    Yangmin Zhu <******@****.***> 1636142252 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 05 19:57:32 UTC 2021
    - 145 bytes
    - Viewed (0)
  10. samples/helloworld/gateway-api/helloworld-route.yaml

    Frank Budinsky <******@****.***> 1664822810 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 03 18:46:50 UTC 2022
    - 353 bytes
    - Viewed (0)
Back to top