Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hostnameToStringList (0.19 sec)

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

    	}))
    	count := 0
    	for _, parent := range filteredReferences(parentRefs) {
    		// for gateway routes, build one VS per gateway+host
    		routeMap := gatewayRoutes
    		routeKey := parent.InternalName
    		vsHosts := hostnameToStringList(route.Hostnames)
    		routes := gwResult.routes
    		if parent.IsMesh() {
    			routes = meshResult.routes
    			// for mesh routes, build one VS per namespace/port->host
    			routeMap = meshRoutes
    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