Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUniqueAndSharedDNSDomain (0.27 sec)

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

    		// hostname as non-fully-qualified names could conflict with expansion of other kube service
    		// hostnames
    		return nil
    	}
    
    	var vhosts []string
    	uniqueHostnameParts, sharedDNSDomainParts := getUniqueAndSharedDNSDomain(hostname, proxyDomain)
    
    	// If there is no shared DNS name (e.g., foobar.com service on local.net proxy domain)
    	// do not generate any alternate virtual host representations
    	if len(sharedDNSDomainParts) == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.7K bytes
    - Viewed (1)
Back to top