local types = import 'types.libsonnet'; types.envoy.config.cluster.v3.Cluster.SlowStartConfig .withAggression(types.envoy.config.core.v3.RuntimeDouble) .withMinWeightPercent(types.envoy.type.v3.Percent) .withSlowStartWindow(types.google.protobuf.Duration) ._validate()
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 |
|