Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	l.ListenerFilters = populateListenerFilters(lb.node, l, bindToPort)
    	l.ListenerFiltersTimeout = lb.push.Mesh.GetProtocolDetectionTimeout()
    	return l
    }
    
    // inboundChainForOpts builds a set of filter chains
    func (lb *ListenerBuilder) inboundChainForOpts(cc inboundChainConfig, mtls authn.MTLSSettings, opts []FilterChainMatchOptions) []*listener.FilterChain {
    	chains := make([]*listener.FilterChain, 0, len(opts))
    	for _, opt := range opts {
    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