Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,598 for host3 (0.17 sec)

  1. 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)
  2. 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)
  3. 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)
  4. pkg/config/validation/validation_test.go

    			}},
    		}, valid: false},
    		{name: "delegate with no hosts", in: &networking.VirtualService{
    			Hosts: nil,
    			Http: []*networking.HTTPRoute{{
    				Route: []*networking.HTTPRouteDestination{{
    					Destination: &networking.Destination{Host: "foo.baz"},
    				}},
    			}},
    		}, valid: true},
    		{name: "bad host", in: &networking.VirtualService{
    			Hosts: []string{"foo.ba!r"},
    			Http: []*networking.HTTPRoute{{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/grpc.yaml.golden

          uri:
            prefix: /foo/
        name: default.grpc.0
        route:
        - destination:
            host: httpbin.default.svc.domain.suffix
            port:
              number: 80
      - match:
        - uri:
            regex: /[^/]+/bar
        name: default.grpc.1
        route:
        - destination:
            host: httpbin.default.svc.domain.suffix
            port:
              number: 80
    ---
    apiVersion: networking.istio.io/v1alpha3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  6. samples/multicluster/expose-istiod.yaml

          tls:
            mode: PASSTHROUGH        
          hosts:
            - "*"
        - port:
            name: tls-istiodwebhook
            number: 15017
            protocol: tls
          tls:
            mode: PASSTHROUGH          
          hosts:
            - "*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: istiod-vs
    spec:
      hosts:
      - "*"
      gateways:
      - istiod-gateway
      tls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 22 16:29:16 UTC 2021
    - 967 bytes
    - Viewed (0)
  7. tests/testdata/config/se-example.yaml

        - destination:
            host: www.googleapis.com
      - match:
        - port: 443
          sniHosts:
          - api.facebook.com
        route:
        - destination:
            host: api.facebook.com
    ---
    #The following example demonstrates the use of wildcards in the hosts for
    #external services. If the connection has to be routed to the IP address
    #requested by the application (i.e. application resolves DNS and attempts
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jun 27 15:20:03 UTC 2020
    - 5.3K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/gateway_test.go

    						Gateways: []string{"testns/gateway2"},
    						Hosts:    []string{"*"},
    						Tcp: []*networking.TCPRoute{{
    							Route: []*networking.RouteDestination{{Destination: &networking.Destination{Host: "example.com"}}},
    						}},
    					},
    				},
    			},
    			[]string{"0.0.0.0_443"},
    		},
    		{
    			"gateway with multiple HTTPS servers with bind and same host",
    			&pilot_model.Proxy{},
    			[]config.Config{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  9. tests/testdata/config/rule-default-route.yaml

    metadata:
      name: c
      namespace: testns
    spec:
       hosts:
       - c.foo
       ports:
       - number: 80
         name: http
         protocol: HTTP
       resolution: STATIC
       endpoints:
        - address: 127.0.0.1
          ports:
            http: 7072
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: default-route-1
      namespace: testns
    spec:
      hosts:
        - c.foo
      gateways:
      #- mesh # doesnt work
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 964 bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/tunneling/gateway/tcp/virtual-service.tmpl.yaml

    kind: VirtualService
    metadata:
      name: mesh-route-outbound-traffic-to-external-svc-via-egress-gw
    spec:
      hosts:
      - external.{{ .externalNamespace }}.svc.cluster.local
      gateways:
      - mesh
      tcp:
      - match:
        - port: {{ .externalSvcTcpPort }}
        route:
        - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top