Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for PassthroughCluster (0.52 sec)

  1. tests/integration/telemetry/policy/traffic_allow_any_test.go

    				Query: prometheus.Query{
    					Metric:      "istio_requests_total",
    					Aggregation: "sum",
    					Labels: map[string]string{
    						"reporter":                 "source",
    						"destination_service_name": "PassthroughCluster",
    						"response_code":            "200",
    					},
    				},
    				StatusCode: http.StatusOK,
    				Protocol:   "HTTP/1.1",
    			},
    		},
    		{
    			Name:     "HTTP H2 Traffic",
    			PortName: "http",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/none_cds.json

    {
        "BlackHoleCluster": {
          "name": "BlackHoleCluster",
          "connect_timeout": 1000000000,
          "LbConfig": null
        },
        "PassthroughCluster": {
          "name": "PassthroughCluster",
          "type": 4,
          "connect_timeout": 1000000000,
          "lb_policy": 4,
          "LbConfig": null
        },
        "inbound|7070|tcplocal|s1tcp.none": {
          "name": "inbound|7070|tcplocal|s1tcp.none",
          "connect_timeout": 1000000000,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 6.5K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    	}{
    		{
    			"no config",
    			[]string{"outbound|8080||static.test", "BlackHoleCluster", "PassthroughCluster", "InboundPassthroughCluster"},
    			nil,
    			model.SidecarProxy,
    			service,
    		},
    		{
    			"add cluster",
    			[]string{"outbound|8080||static.test", "BlackHoleCluster", "PassthroughCluster", "InboundPassthroughCluster", "new-cluster1"},
    			[]*networking.EnvoyFilter{{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/httproute_test.go

    			map[string][]string{
    				"allow_any": {"*"},
    				// BUG: test should be below
    				"test.local:80": {"test.local"},
    				"test:80":       {"test"},
    			},
    			map[string]string{
    				"allow_any":     "PassthroughCluster",
    				"test.local:80": "outbound|80||test.local",
    				"test:80":       "outbound|80||test",
    			},
    		},
    		{
    			"more exact first with full cluster domain",
    			[]*model.Service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  5. istioctl/pkg/authz/testdata/configdump.yaml

              "typed_config": {
               "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy",
               "stat_prefix": "PassthroughCluster",
               "cluster": "PassthroughCluster"
              }
             }
            ],
            "name": "PassthroughFilterChain"
           },
           "bind_to_port": false
          },
          "last_updated": "2023-06-20T09:07:41.955Z"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (0)
  6. pilot/pkg/xds/xds_test.go

    			Equals("virtualOutbound", "{.name}").
    			Equals("0.0.0.0", "{.address.socketAddress.address}").
    			Equals(wellknown.TCPProxy, "{.filterChains[1].filters[0].name}").
    			Equals("PassthroughCluster", "{.filterChains[1].filters[0].typedConfig.cluster}").
    			Equals("PassthroughCluster", "{.filterChains[1].filters[0].typedConfig.statPrefix}").
    			Equals(true, "{.useOriginalDst}").
    			CheckOrFail(t)
    	})
    
    	t.Run("mongo", func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  7. pilot/pkg/networking/util/util.go

    	BlackHole = "block_all"
    	// PassthroughCluster to forward traffic to the original destination requested. This cluster is used when
    	// traffic does not match any listener in envoy.
    	PassthroughCluster = "PassthroughCluster"
    	// Passthrough is the name of the virtual host used to forward traffic to the
    	// PassthroughCluster
    	Passthrough = "allow_any"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  8. pilot/pkg/xds/deltatest.go

    	v3 "istio.io/istio/pilot/pkg/xds/v3"
    	"istio.io/istio/pkg/slices"
    	"istio.io/istio/pkg/util/sets"
    )
    
    var knownOptimizationGaps = sets.New(
    	"BlackHoleCluster",
    	"InboundPassthroughCluster",
    	"PassthroughCluster",
    )
    
    // compareDiff compares a Delta and SotW XDS response. This allows checking that the Delta XDS
    // response returned the optimal result. Checks include correctness checks (e.g. if a config changed,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  9. pilot/pkg/xds/delta_test.go

    		ResourceNamesUnsubscribe: []string{"outbound|81||local.default.svc.cluster.local"},
    	})
    	ads.ExpectNoResponse()
    }
    
    func TestDeltaCDS(t *testing.T) {
    	base := sets.New("BlackHoleCluster", "PassthroughCluster", "InboundPassthroughCluster")
    	assertResources := func(resp *discovery.DeltaDiscoveryResponse, names ...string) {
    		t.Helper()
    		got := slices.Map(resp.Resources, (*discovery.Resource).GetName)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/envoy/configdump/route.go

    	a, ok := action.(*route.Route_Route)
    	if !ok {
    		return false
    	}
    	cl, ok := a.Route.ClusterSpecifier.(*route.RouteAction_Cluster)
    	if !ok {
    		return false
    	}
    	return cl.Cluster == pilot_util.PassthroughCluster
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 11 05:38:17 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top