Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MostSpecificHostMatch (0.52 sec)

  1. pilot/pkg/model/push_context.go

    	if proxyNameSpace != ps.Mesh.RootNamespace {
    		// search through the DestinationRules in proxy's namespace first
    		if ps.destinationRuleIndex.namespaceLocal[proxyNameSpace] != nil {
    			if _, drs, ok := MostSpecificHostMatch(service.Hostname,
    				ps.destinationRuleIndex.namespaceLocal[proxyNameSpace].specificDestRules,
    				ps.destinationRuleIndex.namespaceLocal[proxyNameSpace].wildcardDestRules,
    			); ok {
    				return drs
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. pilot/pkg/model/sidecar.go

    				if !exists {
    					fqdnVirtualServiceHostIndex[host.Name(h)] = vs
    				}
    			}
    		}
    	}
    
    	mostSpecificWildcardVsIndex := make(map[host.Name]types.NamespacedName)
    	comparator := MostSpecificHostMatch[config.Config]
    	if features.PersistOldestWinsHeuristicForVirtualServiceHostMatching {
    		comparator = OldestMatchingHost
    	}
    	for _, svc := range services {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
Back to top