Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gwMap (0.07 sec)

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

    	}
    
    	gw, gwMap, nsReferences := convertGateways(ctx)
    	ctx.GatewayReferences = gwMap
    	result.Gateway = gw
    
    	result.VirtualService = convertVirtualService(ctx)
    
    	// Once we have gone through all route computation, we will know how many routes bound to each gateway.
    	// Report this in the status.
    	for _, dm := range gwMap {
    		for _, pri := range dm {
    			if pri.ReportAttachedRoutes != nil {
    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