local types = import 'types.libsonnet';
types.envoy.config.overload.v3.Trigger
.withName('string')
.withScaled(types.envoy.config.overload.v3.ScaledTrigger)
.withThreshold(types.envoy.config.overload.v3.ThresholdTrigger)
._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| name | string |
{"String_":{"WellKnown":null,"min_len":1}}
|
||
| scaled | envoy.config.overload.v3.ScaledTrigger | trigger_oneof |
|
|
| threshold | envoy.config.overload.v3.ThresholdTrigger | trigger_oneof |
|