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