local types = import 'types.libsonnet'; types.envoy.config.cluster.v3.Cluster.LeastRequestLbConfig .withActiveRequestBias(types.envoy.config.core.v3.RuntimeDouble) .withChoiceCount(1) .withSlowStartConfig(types.envoy.config.cluster.v3.Cluster.SlowStartConfig) ._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| active_request_bias | envoy.config.core.v3.RuntimeDouble |
|
||
| choice_count | google.protobuf.UInt32Value |
{"Uint32":{"gte":2}}
|
||
| slow_start_config | envoy.config.cluster.v3.Cluster.SlowStartConfig |
|