Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 2,227 for host2 (0.04 sec)

  1. tests/testdata/networking/ingress-gateway/configs.yaml

    spec:
      hosts:
      - "*.bookinfo.com"
      gateways:
      - istio-system/istio-ingressgateway
      http:
      - route:
        - destination:
            host: www.bookinfo.com
            port:
              number: 80
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: https
      namespace: istio-system
    spec:
      hosts:
      - https.secure.com
      gateways:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 28 15:04:31 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/benchmarks/knative-gateway.yaml

    spec:
      selector:
        istio.io/benchmark: "true"
      servers:
      - hosts:
        - '*'
        port:
          name: http
          number: 80
          protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: knative-local-gateway
      namespace: knative-serving
    spec:
      selector:
        istio.io/benchmark: "true"
      servers:
      - hosts:
        - '*'
        port:
          name: http
          number: 8081
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 19 16:50:51 UTC 2021
    - 5.1K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/http/single-policy-in.yaml

                hosts: ["rule[0]-to[0]-host[1]", "rule[0]-to[0]-host[2]"]
                ports: ["9001", "9002"]
                paths: ["rule[0]-to[0]-path[1]", "rule[0]-to[0]-path[2]"]
            - operation:
                methods: ["rule[0]-to[1]-method[1]", "rule[0]-to[1]-method[2]"]
                hosts: ["rule[0]-to[1]-host[1]", "rule[0]-to[1]-host[2]"]
                ports: ["9011", "9012"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/testdata/virtualservice_route_rule_no_effects_ingress.yaml

    kind: VirtualService
    metadata:
      name: ratings-01
      namespace: default
    spec:
      hosts:
      - ratings
      http:
      - route:
        - destination:
            host: ratings
            subset: v1
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: ratings
      namespace: default
    spec:
      host: ratings
      subsets:
      - name: v1
        labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/isolation.yaml.golden

    spec:
      gateways:
      - gateway-conformance-infra/isolation-istio-autogenerated-k8s-gateway-abc-foo-example-com
      hosts:
      - bar.com
      http:
      - match:
        - uri:
            prefix: /abc-foo-example-com
        name: gateway-conformance-infra.attaches-to-abc-foo-example-com-with-hostname-intersection.0
        route:
        - destination:
            host: infra-backend-v1.gateway-conformance-infra.svc.domain.suffix
            port:
              number: 8080
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  6. tests/integration/security/testdata/authz/egress-gateway.yaml.tmpl

      rules:
        - to: # only allow /allow for company.com
            - operation:
                paths: [ "/allow" ]
                hosts: [ "www.company.com" ]
        - to: # checks only a call 443 over istio mutual without JWT
            - operation:
                hosts: [ "{{ .Allowed.ServiceName }}-{{ .Allowed.NamespaceName }}-only.com" ]
          from:
            - source:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 31 15:08:52 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  7. pkg/config/host/names_test.go

    		},
    		{
    			host.Names{"foo.com"},
    			host.Names{},
    			host.Names{},
    		},
    		{
    			host.Names{},
    			host.Names{"bar.com"},
    			host.Names{},
    		},
    		{
    			host.Names{"*", "foo.com"},
    			host.Names{"foo.com"},
    			host.Names{"foo.com"},
    		},
    		{
    			host.Names{"*"},
    			host.Names{"foo.com"},
    			host.Names{"foo.com"},
    		},
    		{
    			host.Names{"foo.com"},
    			host.Names{"Foo.com"},
    			host.Names{},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 10:35:13 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. tests/testdata/config/rule-websocket-route.yaml

    metadata:
      name: websocket
      namespace: testns
    spec:
      host: websocket.test.istio.io
      subsets:
        - name: v1
          labels:
            version: v1
    
    
    ---
    
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: websocket-route
      namespace: testns
    spec:
      hosts:
        - websocket.test.istio.io
      http:
        - match:
          - headers:
              testwebsocket:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/ingress/testdata/simple.yaml.golden

      - istio-system/foo-istio-autogenerated-k8s-ingress-ns
      hosts:
      - foohost.bar.com
      http:
      - match:
        - uri:
            exact: /sub/path/
        route:
        - destination:
            host: service1.ns.svc.mydomain
            port:
              number: 4202
          weight: 100
      - match:
        - uri:
            exact: /sub/path/
        route:
        - destination:
            host: service1.ns.svc.mydomain
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 14 16:13:05 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  10. releasenotes/notes/ip-sni-hosts.yaml

    Gregory Hanson <******@****.***> 1646968323 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 11 03:12:03 UTC 2022
    - 227 bytes
    - Viewed (0)
Back to top