Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 191 for weighted (0.21 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/traffic-splitting/simple-split.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: simple-split
    spec:
      rules:
      - backendRefs:
        - name: foo-v1
          port: 8080
          weight: 90
        - name: foo-v2
          port: 8080
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 285 bytes
    - Viewed (0)
  2. tests/integration/telemetry/testdata/istio-mtls-vs.yaml

            host: istio-egressgateway.istio-system.svc.cluster.local
            port:
              number: 443
          weight: 100
      tcp:
      - match:
        - gateways:
          - istio-egressgateway
          port: 443
        route:
        - destination:
            host: fake.external.com
            port:
              number: 443
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 16:30:22 UTC 2022
    - 644 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/traffic-splitting/traffic-split-2.yaml

    metadata:
      name: foo-route
      labels:
        gateway: prod-web-gw
    spec:
      hostnames:
      - foo.example.com
      rules:
      - backendRefs:
        - name: foo-v1
          port: 8080
          weight: 90
        - name: foo-v2
          port: 8080
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 387 bytes
    - Viewed (0)
  4. tests/testdata/config/rule-route-via-egressgateway.yaml

          route:
          - destination:
              host: istio-egressgateway
            weight: 100
        - match:
          - gateways: # from egress gateway, route to actual external service
                      # for testing purposes, we route to service t
            - istio-egressgateway
          route:
          - destination:
              host: eu.bookinfo.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 735 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/swift-library-configurations.dot

        api -> implementation -> mainVariantImplementation [style=invis, weight=1000]
        mainVariantImplementation -> implementation -> api [headport=s, tailport=n]
    
        mainVariantImplementation[label=<main<i>Variant</i>Implementation>]
      }
    
      subgraph left {
        node[style=filled, fillcolor="#cfe2f3"]
        swiftCompileVariant -> nativeLinkVariant -> nativeRuntimeVariant [style=invis, weight=1000]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/cpp-library-configurations.dot

        api -> implementation -> mainVariantImplementation [style=invis, weight=1000]
        mainVariantImplementation -> implementation -> api [headport=s, tailport=n]
    
        mainVariantImplementation[label=<main<i>Variant</i>Implementation>]
      }
    
      subgraph left {
        node[style=filled, fillcolor="#cfe2f3"]
        cppCompileVariant -> nativeLinkVariant -> nativeRuntimeVariant [style=invis, weight=1000]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/cross-namespace-routing/site-route.yaml

      - name: shared-gateway
        namespace: infra-ns
      rules:
      - matches:
        - path:
            value: /login
        backendRefs:
        - name: login-v1
          port: 8080
          weight: 90
        - name: login-v2
          port: 8080
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 646 bytes
    - Viewed (0)
  8. manifests/charts/gateways/istio-ingress/templates/_affinity.tpl

              - {{ $val | quote }}
            {{- end }}
      {{- end }}
    {{- end }}
    
    {{- define "nodeAffinityPreferredDuringScheduling" }}
      {{- range $key, $val := .global.arch }}
        {{- if gt ($val | int) 0 }}
        - weight: {{ $val | int }}
          preference:
            matchExpressions:
            - key: kubernetes.io/arch
              operator: In
              values:
              - {{ $key | quote }}
        {{- end }}
      {{- end }}
    {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 10 21:23:08 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  9. tests/testdata/config/rule-default-route.yaml

    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
    kind: VirtualService
    metadata:
      name: default-route-2
      namespace: testns
    spec:
      hosts:
        - c.foo
      gateways:
      #- mesh
      - my-gateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 964 bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/ingress/testdata/overlay.yaml.golden

            exact: /second
        route:
        - destination:
            host: service2.ns.svc.mydomain
            port:
              number: 4200
          weight: 100
      - route:
        - destination:
            host: service1.ns.svc.mydomain
            port:
              number: 4200
          weight: 100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 18:20:34 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top