Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetApplicationProtocols (1.59 sec)

  1. pilot/pkg/networking/core/listenertest/match.go

    	Unknown     FilterChainType = "unknown"
    )
    
    func classifyFilterChain(have *listener.FilterChain) FilterChainType {
    	fcm := have.GetFilterChainMatch()
    	alpn := sets.New(fcm.GetApplicationProtocols()...)
    	switch fcm.GetTransportProtocol() {
    	case xdsfilters.TLSTransportProtocol:
    		if alpn.Contains("istio-http/1.1") {
    			return MTLSHTTP
    		}
    		if alpn.Contains("istio") {
    			return MTLSTCP
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top