Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for efKeys (0.34 sec)

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

    func (configgen *ConfigGeneratorImpl) buildSidecarOutboundHTTPRouteConfig(
    	node *model.Proxy,
    	req *model.PushRequest,
    	routeName string,
    	vHostCache map[int][]*route.VirtualHost,
    	efw *model.EnvoyFilterWrapper,
    	efKeys []string,
    ) (*discovery.Resource, bool) {
    	listenerPort, useSniffing, err := extractListenerPort(routeName)
    	if err != nil && routeName != model.RDSHttpProxy && !strings.HasPrefix(routeName, model.UnixAddressPrefix) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster.go

    	resources := make([]*discovery.Resource, 0)
    	efKeys := cp.efw.KeysApplyingTo(networking.EnvoyFilter_CLUSTER)
    	hit, miss := 0, 0
    	for _, service := range services {
    		if service.Resolution == model.Alias {
    			continue
    		}
    		for _, port := range service.Ports {
    			if port.Protocol == protocol.UDP {
    				continue
    			}
    			clusterKey := buildClusterKey(service, port, cb, proxy, efKeys)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top