Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for connect_terminate (0.22 sec)

  1. pilot/pkg/networking/core/waypoint.go

    import (
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pkg/config/host"
    	"istio.io/istio/pkg/maps"
    	"istio.io/istio/pkg/util/sets"
    )
    
    const (
    	// ConnectTerminate is the name for the resources associated with the termination of HTTP CONNECT.
    	ConnectTerminate = "connect_terminate"
    
    	// MainInternalName is the name for the resources associated with the main (non-tunnel) internal listener.
    	MainInternalName = "main_internal"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_waypoint.go

    	ph := GetProxyHeaders(lb.node, lb.push, istionetworking.ListenerClassSidecarInbound)
    	h := &hcm.HttpConnectionManager{
    		StatPrefix: ConnectTerminate,
    		RouteSpecifier: &hcm.HttpConnectionManager_RouteConfig{
    			RouteConfig: &route.RouteConfiguration{
    				Name: "default",
    				VirtualHosts: []*route.VirtualHost{{
    					Name:    "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top