Home

envoy.extensions.filters.common.fault.v3.FaultDelay

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.filters.common.fault.v3.FaultDelay
.withFixedDelay(types.google.protobuf.Duration)
.withHeaderDelay(types.envoy.extensions.filters.common.fault.v3.FaultDelay.HeaderDelay)
.withPercentage(types.envoy.type.v3.FractionalPercent)
._validate()

Nested Enums

Nested Messages

Fields

Name Type One-of group Required Constraints
fixed_delay google.protobuf.Duration fault_delay_secifier   {"Duration":{"gt":{}}}
header_delay envoy.extensions.filters.common.fault.v3.FaultDelay.HeaderDelay fault_delay_secifier  
percentage envoy.type.v3.FractionalPercent