Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 368 for lmhosts (0.21 sec)

  1. samples/bookinfo/networking/virtual-service-reviews-50-v3.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: reviews
    spec:
      hosts:
        - reviews
      http:
      - route:
        - destination:
            host: reviews
            subset: v1
          weight: 50
        - destination:
            host: reviews
            subset: v3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 09 23:15:58 UTC 2018
    - 290 bytes
    - Viewed (0)
  2. samples/bookinfo/networking/virtual-service-reviews-test-v2.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: reviews
    spec:
      hosts:
        - reviews
      http:
      - match:
        - headers:
            end-user:
              exact: jason
        route:
        - destination:
            host: reviews
            subset: v2
      - route:
        - destination:
            host: reviews
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 17 21:01:05 UTC 2018
    - 334 bytes
    - Viewed (0)
  3. pkg/test/datasets/validation/dataset/networking-v1alpha3-Sidecar.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: valid-sidecar-config
    spec:
      egress:
      - hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 135 bytes
    - Viewed (0)
  4. releasenotes/notes/40268.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - https://github.com/istio/istio/issues/40268
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 08 19:15:19 UTC 2022
    - 272 bytes
    - Viewed (0)
  5. samples/bookinfo/networking/virtual-service-ratings-test-abort.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: ratings
    spec:
      hosts:
      - ratings
      http:
      - match:
        - headers:
            end-user:
              exact: jason
        fault:
          abort:
            percentage:
              value: 100.0
            httpStatus: 500
        route:
        - destination:
            host: ratings
            subset: v1
      - route:
        - destination:
            host: ratings
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 22 12:35:03 UTC 2018
    - 423 bytes
    - Viewed (0)
  6. samples/bookinfo/networking/virtual-service-reviews-v3.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: reviews
    spec:
      hosts:
        - reviews
      http:
      - route:
        - destination:
            host: reviews
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 09 23:15:58 UTC 2018
    - 196 bytes
    - Viewed (0)
  7. pkg/test/framework/components/opentelemetry/kube.go

      servers:
      - port:
          number: 55678
          name: http-tracing-span
          protocol: HTTP
        hosts:
        - "opentelemetry-collector.{INGRESS_DOMAIN}"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: opentelemetry-collector
      namespace: istio-system
    spec:
      hosts:
      - "opentelemetry-collector.{INGRESS_DOMAIN}"
      gateways:
      - otel-gateway
      http:
      - match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 19:29:38 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  8. src/net/nss_test.go

    # If you have the libc-doc-reference' and nfo' packages installed, try:
    # nfo libc "Name Service Switch"' for information about this file.
    
    passwd:         compat
    group:          compat
    shadow:         compat
    
    hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4
    networks:       files
    
    protocols:      db files
    services:       db files
    ethers:         db files
    rpc:            db files
    
    netgroup:       nis
    `
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:15:51 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  9. releasenotes/notes/33387.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 33387
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 05 06:21:43 UTC 2021
    - 210 bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/traffic-mirroring-template.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: {{.Name}}
    spec:
      hosts:
        - b
      http:
        - route:
            - destination:
                host: b
          mirror:
            host: {{.MirrorHost}}
    {{- if not .Absent }}
          mirrorPercentage:
            value: {{.Percent}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 24 22:09:33 UTC 2020
    - 306 bytes
    - Viewed (0)
Back to top