Home

envoy.config.overload.v3.Trigger

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.config.overload.v3.Trigger
.withName('string')
.withScaled(types.envoy.config.overload.v3.ScaledTrigger)
.withThreshold(types.envoy.config.overload.v3.ThresholdTrigger)
._validate()

Fields

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