Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildInboundListener (0.18 sec)

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

    	addresses := []string{cc.bind}
    	if len(cc.extraBind) > 0 {
    		addresses = append(addresses, cc.extraBind...)
    	}
    	ll := lb.buildInboundListener(cc.Name(istionetworking.ListenerProtocolTCP), addresses, cc.port.TargetPort, true, chains)
    	return ll
    }
    
    func (lb *ListenerBuilder) buildInboundListener(name string, addresses []string, tPort uint32,
    	bindToPort bool, chains []*listener.FilterChain,
    ) *listener.Listener {
    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