File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -480,12 +480,12 @@ message OverrideHostLoadBalancingPolicyConfig {
480480// Configuration for the random_subsetting_experimental LB policy.
481481// See gRFC A68.
482482message RandomSubsettingLoadBalancingConfig {
483- // Number of backends every client will be connected to. The value is
484- // required and must be greater than 0.
485- uint32 subset_size = 1 ;
483+ // Number of backends every client will be connected to. The value is
484+ // required and must be greater than 0.
485+ uint32 subset_size = 1 ;
486486
487- // The configuration for the child policy. The value is required.
488- repeated LoadBalancingConfig child_policy = 2 ;
487+ // The configuration for the child policy. The value is required.
488+ repeated LoadBalancingConfig child_policy = 2 ;
489489}
490490
491491// Selects LB policy and provides corresponding configuration.
You can’t perform that action at this time.
0 commit comments