Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fqdnVirtualServiceHostIndex (0.22 sec)

  1. pilot/pkg/model/sidecar.go

    				_, exists := wildcardVirtualServiceHostIndex[host.Name(h)]
    				if !exists {
    					wildcardVirtualServiceHostIndex[host.Name(h)] = vs
    				}
    			} else {
    				_, exists := fqdnVirtualServiceHostIndex[host.Name(h)]
    				if !exists {
    					fqdnVirtualServiceHostIndex[host.Name(h)] = vs
    				}
    			}
    		}
    	}
    
    	mostSpecificWildcardVsIndex := make(map[host.Name]types.NamespacedName)
    	comparator := MostSpecificHostMatch[config.Config]
    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