Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 220 of 368 for lmhosts (0.12 sec)

  1. tests/integration/pilot/testdata/gateway.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: httpbin-gateway-bogus
    spec:
      selector:
        istio: ingresstypo
      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 29 03:04:35 UTC 2020
    - 263 bytes
    - Viewed (0)
  2. pkg/test/datasets/validation/dataset/networking-v1-VirtualService.yaml

    apiVersion: networking.istio.io/v1
    kind: VirtualService
    metadata:
      name: valid-virtual-service
    spec:
      hosts:
        - c
      http:
        - route:
          - destination:
              host: c
              subset: v1
            weight: 75
          - destination:
              host: c
              subset: v2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 01 14:30:05 UTC 2024
    - 298 bytes
    - Viewed (0)
  3. pkg/test/datasets/validation/dataset/networking-v1alpha3-VirtualService.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: valid-virtual-service
    spec:
      hosts:
        - c
      http:
        - route:
          - destination:
              host: c
              subset: v1
            weight: 75
          - destination:
              host: c
              subset: v2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 304 bytes
    - Viewed (0)
  4. releasenotes/notes/46597.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
    - 46597
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 21 21:37:53 UTC 2023
    - 243 bytes
    - Viewed (0)
  5. pkg/test/datasets/validation/dataset/networking-v1alpha3-Gateway.yaml

        # 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: Tue Oct 17 07:02:38 UTC 2023
    - 466 bytes
    - Viewed (0)
  6. releasenotes/notes/45719.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    
    issue:
      - 45719
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 29 16:47:04 UTC 2023
    - 244 bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/ingress/testdata/tls.yaml

    spec:
      rules:
      - host: foo.org
        http:
          paths:
          - backend:
              service:
                name: httpbin
                port:
                  number: 80
            path: /*
      tls:
      - hosts:
          - foo.org
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 10 16:43:09 UTC 2023
    - 329 bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/virtualservice.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: reviews
    spec:
      hosts:
      - "reviews"
      http:
      - route:
        - destination:
            host: reviews
            subset: v1
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: reviews
    spec:
      ports:
      - port: 9080
        name: http
        protocol: TCP
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 29 03:04:35 UTC 2020
    - 347 bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/virtualservice_internal_gateway_ref.yaml

    # The following virtual service should cause the warning IST0165 because it references a generated internal gateway.
    apiVersion: networking.istio.io/v1beta1
    kind: VirtualService
    metadata:
      name: httpbin
    spec:
      hosts:
      - "foo.com"
      gateways:
      - "istio-ingress/gateway-istio-autogenerated-k8s-gateway-foo"
      http:
      - route:
        - destination:
            host: httpbin
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 01:28:52 UTC 2023
    - 404 bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/allow-host-before-111-in.yaml

    kind: AuthorizationPolicy
    metadata:
      name: httpbin-1
      namespace: foo
    spec:
      selector:
        matchLabels:
          app: httpbin
          version: v1
      rules:
        - to:
            - operation:
                hosts: ["example.com", "prefix.example.*", "*.example.com", "*"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 10 17:02:56 UTC 2021
    - 390 bytes
    - Viewed (0)
Back to top