Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 177 for filter0 (0.31 sec)

  1. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    							Value: 6380,
    						},
    					},
    					Filters: []*listener.Filter{
    						{Name: "network-filter-to-be-replaced"},
    					},
    				},
    				{
    					Name: "filter-chain-name-not-match",
    					Filters: []*listener.Filter{
    						{Name: "custom-network-filter-1"},
    						{Name: "custom-network-filter-2"},
    					},
    				},
    				{
    					Name: "filter-chain-name-match",
    					Filters: []*listener.Filter{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/copy-with-deep-filter-example.png

    copy-with-deep-filter-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:19:30 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/copy-with-flat-filter-example.png

    copy-with-flat-filter-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:19:30 UTC 2024
    - 62.8K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/upgrade/1.8.6-install.yaml.tar

    proxy: proxyVersion: '^1\.6.*' cluster: {} patch: operation: MERGE value: filters: - name: istio.metadata_exchange typed_config: "@type": type.googleapis.com/udpa.type.v1.TypedStruct type_url: type.googleapis.com/envoy.tcp.metadataexchange.config.MetadataExchange value: protocol: istio-peer-exchange - applyTo: CLUSTER match: context: GATEWAY proxy: proxyVersion: '^1\.6.*' cluster: {} patch: operation: MERGE value: filters: - name: istio.metadata_exchange typed_config: "@type": type.googleapis.co...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 70K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    context: GATEWAY proxy: proxyVersion: '^1\.8.*' listener: filterChain: filter: name: "envoy.filters.network.http_connection_manager" subFilter: name: "envoy.filters.http.router" patch: operation: INSERT_BEFORE value: name: istio.stats typed_config: "@type": type.googleapis.com/udpa.type.v1.TypedStruct type_url: type.googleapis.com/envoy.extensions.filters.http.wasm.v3.Wasm value: config: root_id: stats_outbound configuration: "@type": "type.googleapis.com/google.protobuf.StringValue" value: | { "disable...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    envoy.wasm.stats - applyTo: HTTP_FILTER match: context: GATEWAY proxy: proxyVersion: '^1\.10.*' listener: filterChain: filter: name: "envoy.filters.network.http_connection_manager" subFilter: name: "envoy.filters.http.router" patch: operation: INSERT_BEFORE value: name: istio.stats typed_config: "@type": type.googleapis.com/udpa.type.v1.TypedStruct type_url: type.googleapis.com/envoy.extensions.filters.http.wasm.v3.Wasm value: config: root_id: stats_outbound configuration: "@type": "type.googleapis.com/goog...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener.go

    			chain.Filters = append(chain.Filters, opt.networkFilters...)
    			chain.Filters = append(chain.Filters, filter)
    		}
    
    		// Set a default filter chain. This allows us to avoid issues where
    		// traffic starts to match a filter chain but then doesn't match latter criteria, leading to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    proxy: proxyVersion: '^1\.6.*' cluster: {} patch: operation: MERGE value: filters: - name: istio.metadata_exchange typed_config: "@type": type.googleapis.com/udpa.type.v1.TypedStruct type_url: type.googleapis.com/envoy.tcp.metadataexchange.config.MetadataExchange value: protocol: istio-peer-exchange - applyTo: CLUSTER match: context: GATEWAY proxy: proxyVersion: '^1\.6.*' cluster: {} patch: operation: MERGE value: filters: - name: istio.metadata_exchange typed_config: "@type": type.googleapis.co...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/listener_test.go

    }
    
    func verifyListenerFilters(t *testing.T, lfilters []*listener.ListenerFilter) {
    	t.Helper()
    	if len(lfilters) != 2 {
    		t.Fatalf("expected %d listener filter, found %d", 2, len(lfilters))
    	}
    	if lfilters[0].Name != wellknown.TLSInspector ||
    		lfilters[1].Name != wellknown.HTTPInspector {
    		t.Fatalf("expected listener filters not found, got %v", lfilters)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    proxy: proxyVersion: '^1\.6.*' cluster: {} patch: operation: MERGE value: filters: - name: istio.metadata_exchange typed_config: "@type": type.googleapis.com/udpa.type.v1.TypedStruct type_url: type.googleapis.com/envoy.tcp.metadataexchange.config.MetadataExchange value: protocol: istio-peer-exchange - applyTo: CLUSTER match: context: GATEWAY proxy: proxyVersion: '^1\.6.*' cluster: {} patch: operation: MERGE value: filters: - name: istio.metadata_exchange typed_config: "@type": type.googleapis.co...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
Back to top