Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Street (0.08 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    			continue
    		}
    		if _, f := routeMap[routeKey]; !f {
    			routeMap[routeKey] = make(map[string]*config.Config)
    		}
    
    		// Create one VS per hostname with a single hostname.
    		// This ensures we can treat each hostname independently, as the spec requires
    		for _, h := range vsHosts {
    			if !parent.hostnameAllowedByIsolation(h) {
    				// TODO: standardize a status message for this upstream and report
    				continue
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top