Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for classifyFilterChain (0.43 sec)

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

    	StandardTLS FilterChainType = "TLS"
    	MTLSTCP     FilterChainType = "mTLS TCP"
    	MTLSHTTP    FilterChainType = "mTLS HTTP"
    	Unknown     FilterChainType = "unknown"
    )
    
    func classifyFilterChain(have *listener.FilterChain) FilterChainType {
    	fcm := have.GetFilterChainMatch()
    	alpn := sets.New(fcm.GetApplicationProtocols()...)
    	switch fcm.GetTransportProtocol() {
    	case xdsfilters.TLSTransportProtocol:
    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