Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for IsWaypoint (0.46 sec)

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

    		suppressEnvoyDebugHeaders: ph.SuppressDebugHeaders,
    		protocol:                  cc.port.Protocol,
    		class:                     istionetworking.ListenerClassSidecarInbound,
    		statPrefix:                cc.StatPrefix(),
    		isWaypoint:                true,
    		policySvc:                 svc,
    	}
    	// See https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway/examples/helloworld#configure-the-proxy
    	if cc.port.Protocol.IsHTTP2() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    	// is HTTP/3 over QUIC transport (uses UDP)
    	http3Only bool
    
    	class istionetworking.ListenerClass
    	port  int
    	hbone bool
    
    	// Waypoint-specific modifications in HCM
    	isWaypoint bool
    
    	// allow service attached policy for to-service chains
    	// currently only used for waypoints
    	policySvc *model.Service
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top