local types = import 'types.libsonnet'; types.envoy.config.overload.v3.ScaledTrigger .withSaturationThreshold(1) .withScalingThreshold(1) ._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| saturation_threshold | double |
{"Double":{"gte":0,"lte":1}}
|
||
| scaling_threshold | double |
{"Double":{"gte":0,"lte":1}}
|