Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for tcpprobe (0.16 sec)

  1. pkg/istio-agent/health/health_check.go

    	switch healthCheckMethod := cfg.HealthCheckMethod.(type) {
    	case *v1alpha3.ReadinessProbe_HttpGet:
    		prober = NewHTTPProber(healthCheckMethod.HttpGet, ipv6)
    	case *v1alpha3.ReadinessProbe_TcpSocket:
    		prober = &TCPProber{Config: healthCheckMethod.TcpSocket}
    	case *v1alpha3.ReadinessProbe_Exec:
    		prober = &ExecProber{Config: healthCheckMethod.Exec}
    	default:
    		prober = nil
    	}
    
    	probers := []Prober{}
    	if envoyProbe != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 21 03:06:44 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  2. pkg/kubelet/lifecycle/handlers.go

    	kubecontainer "k8s.io/kubernetes/pkg/kubelet/container"
    	"k8s.io/kubernetes/pkg/kubelet/metrics"
    	kubetypes "k8s.io/kubernetes/pkg/kubelet/types"
    	"k8s.io/kubernetes/pkg/kubelet/util/format"
    	httpprobe "k8s.io/kubernetes/pkg/probe/http"
    	"k8s.io/kubernetes/pkg/security/apparmor"
    )
    
    const (
    	maxRespBodyLength = 10 * 1 << 10 // 10KB
    )
    
    type handlerRunner struct {
    	httpDoer         kubetypes.HTTPDoer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 19 11:40:52 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    							Value: 15006,
    						},
    					},
    					Filters: []*listener.Filter{
    						{
    							Name: wellknown.TCPProxy,
    							ConfigType: &listener.Filter_TypedConfig{
    								TypedConfig: protoconv.MessageToAny(&tcp_proxy.TcpProxy{
    									StatPrefix:       util.BlackHoleCluster,
    									ClusterSpecifier: &tcp_proxy.TcpProxy_Cluster{Cluster: util.BlackHoleCluster},
    								}),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/accesslog.go

    		httpGrpcAccessLog:        httpGrpcAccessLog(),
    		tcpGrpcListenerAccessLog: tcpGrpcAccessLog(true),
    	}
    }
    
    func (b *AccessLogBuilder) setTCPAccessLog(push *model.PushContext, proxy *model.Proxy, tcp *tcp.TcpProxy, class networking.ListenerClass, svc *model.Service) {
    	mesh := push.Mesh
    	cfgs := push.Telemetry.AccessLogging(push, proxy, class, svc)
    
    	if len(cfgs) == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener_test.go

    		for _, f := range fc.Filters {
    			if f.Name == wellknown.TCPProxy {
    				return fc
    			}
    		}
    	}
    	t.Fatalf("tcp filter chain not found")
    	return nil
    }
    
    func getTCPFilter(fc *listener.FilterChain) *listener.Filter {
    	for _, f := range fc.Filters {
    		if f.Name == wellknown.TCPProxy {
    			return f
    		}
    	}
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/gateway_test.go

    							},
    						},
    					},
    				},
    			},
    			expectedListener: listenertest.ListenerTest{FilterChains: []listenertest.FilterChainTest{
    				{
    					NetworkFilters: []string{
    						wellknown.TCPProxy,
    					},
    					HTTPFilters: []string{},
    					TotalMatch:  true,
    				},
    			}},
    		},
    		{
    			name: "terminated-tls server",
    			configs: []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)
  7. pilot/pkg/networking/core/listener_waypoint.go

    			xdsfilters.OriginalDestination,
    		},
    		FilterChains: []*listener.FilterChain{{
    			Filters: []*listener.Filter{{
    				Name: wellknown.TCPProxy,
    				ConfigType: &listener.Filter_TypedConfig{
    					TypedConfig: protoconv.MessageToAny(&tcp.TcpProxy{
    						StatPrefix:       ConnectOriginate,
    						ClusterSpecifier: &tcp.TcpProxy_Cluster{Cluster: ConnectOriginate},
    						TunnelingConfig: &tcp.TcpProxy_TunnelingConfig{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  8. pilot/pkg/xds/xds_test.go

    			Select("{.resources[?(@.address.socketAddress.portValue==15001)]}").
    			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}").
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                        {
                          "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",
                            "tunneling_config": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  10. 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"
                          }
                        }
                      ],
                      "name": "direct-tcp"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
Back to top