Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyLeastRequestLoadBalancer (0.34 sec)

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

    				SlowStartConfig: setSlowStartConfig(loadbalancer.GetWarmupDurationSecs()),
    			},
    		}
    	}
    }
    
    // applyLeastRequestLoadBalancer will set the LbPolicy and create an LbConfig for LEAST_REQUEST if used in LoadBalancerSettings
    func applyLeastRequestLoadBalancer(c *cluster.Cluster, loadbalancer *networking.LoadBalancerSettings) {
    	c.LbPolicy = cluster.Cluster_LEAST_REQUEST
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top