Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildSidecarOutboundTCPFilterChainOpts (0.82 sec)

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

    				listenPort, destinationRule, tunnelingconfig.Apply, false),
    		})
    	}
    
    	return out
    }
    
    func buildSidecarOutboundTCPFilterChainOpts(node *model.Proxy, push *model.PushContext, destinationCIDR string,
    	service *model.Service, listenPort *model.Port,
    	gateways sets.String, configs []config.Config,
    ) []*filterChainOpts {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    	}
    
    	out = append(out, buildSidecarOutboundTLSFilterChainOpts(opts.proxy, opts.push, opts.cidr, opts.service,
    		opts.bind.Primary(), opts.port, meshGateway, svcConfigs)...)
    	out = append(out, buildSidecarOutboundTCPFilterChainOpts(opts.proxy, opts.push, opts.cidr, opts.service,
    		opts.port, meshGateway, svcConfigs)...)
    	return out
    }
    
    // buildSidecarOutboundListener builds a single listener and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top