Home

envoy.config.cluster.v3.Cluster.LeastRequestLbConfig

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
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()

Fields

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