Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for tcp_proxy (0.2 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

                "@type": "type.googleapis.com/stats.PluginConfig"
               }
              },
              {
               "name": "envoy.filters.network.tcp_proxy",
               "typed_config": {
                "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy",
                "stat_prefix": "outbound|15021||ratings-istio-waypoint.ambient.svc.cluster.local",
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Jun 21 14:20:23 GMT 2023
    - 206.7K bytes
    - Viewed (2)
  2. istioctl/pkg/writer/envoy/configdump/listener.go

    				tcpProxy := &tcp.TcpProxy{}
    				// Allow Unmarshal to work even if Envoy and istioctl are different
    				filter.GetTypedConfig().TypeUrl = "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy"
    				err := filter.GetTypedConfig().UnmarshalTo(tcpProxy)
    				if err != nil {
    					return err.Error()
    				}
    				if strings.Contains(tcpProxy.GetCluster(), "Cluster") {
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Nov 29 12:37:14 GMT 2023
    - 18.1K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                    {
                      "filters": [
                        {
                          "name": "envoy.filters.network.tcp_proxy",
                          "typed_config": {
                            "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy",
                            "stat_prefix": "connect_originate",
                            "cluster": "connect_originate",
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Mar 12 10:02:09 GMT 2024
    - 51.6K bytes
    - Viewed (0)
  4. istioctl/pkg/proxyconfig/testdata/config_dump.json

                          }
                        },
                        {
                          "name": "envoy.filters.network.tcp_proxy",
                          "typed_config": {
                            "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy",
                            "stat_prefix": "encap",
                            "cluster": "encap"
                          }
                        }
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Jan 03 23:08:06 GMT 2024
    - 54.8K bytes
    - Viewed (1)
  5. istioctl/pkg/writer/compare/testdata/configdump.json

                    {
                      "filters": [
                        {
                          "name": "envoy.filters.network.tcp_proxy",
                          "typed_config": {
                            "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy",
                            "stat_prefix": "connect_originate",
                            "cluster": "connect_originate",
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Mar 12 10:02:09 GMT 2024
    - 52K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/envoy/configdump/listener_test.go

    				Type: "HTTP+TCP",
    			},
    			inListener: &listener.Listener{
    				FilterChains: []*listener.FilterChain{{
    					Filters: []*listener.Filter{
    						{
    							Name: wellknown.TCPProxy,
    						},
    						{
    							Name: wellknown.TCPProxy,
    						},
    						{
    							Name: wellknown.HTTPConnectionManager,
    						},
    					},
    				}},
    			},
    			expect: true,
    		},
    		{
    			desc: "tcp-type-match",
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Sep 11 15:29:30 GMT 2023
    - 4.1K bytes
    - Viewed (0)
Back to top