Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for splitWeightAmongGateways (0.33 sec)

  1. pilot/pkg/xds/endpoints/ep_filters.go

    			// TODO BTS may allow us to work around this
    			if !isMtlsEnabled(lbEp) {
    				continue
    			}
    
    			// Apply the weight for this endpoint to the network gateways.
    			splitWeightAmongGateways(weight, gateways, gatewayWeights)
    		}
    
    		// Sort the gateways into an ordered list so that the generated endpoints are deterministic.
    		gateways := maps.Keys(gatewayWeights)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top