Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hostnameAllowedByIsolation (0.28 sec)

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

    		}
    
    		// 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
    			}
    			if cfg := routeMap[routeKey][h]; cfg != nil {
    				// merge http routes
    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