Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inboundCustomListener (0.14 sec)

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

    	return l
    }
    
    // inboundCustomListener build a custom listener that actually binds to a port, rather than relying on redirection.
    func (lb *ListenerBuilder) inboundCustomListener(cc inboundChainConfig, chains []*listener.FilterChain) *listener.Listener {
    	addresses := []string{cc.bind}
    	if len(cc.extraBind) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top