Home

envoy.extensions.load_balancing_policies.common.v3.SlowStartConfig

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.extensions.load_balancing_policies.common.v3.SlowStartConfig
.withAggression(types.envoy.config.core.v3.RuntimeDouble)
.withMinWeightPercent(types.envoy.type.v3.Percent)
.withSlowStartWindow(types.google.protobuf.Duration)
._validate()

Fields

Name Type One-of group Required Constraints
aggression envoy.config.core.v3.RuntimeDouble  
min_weight_percent envoy.type.v3.Percent  
slow_start_window google.protobuf.Duration