Home

envoy.config.core.v3.RetryPolicy

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.core.v3.RetryPolicy
.withNumRetries(1)
.withRetryBackOff(types.envoy.config.core.v3.BackoffStrategy)
._validate()

Fields

Name Type One-of group Required Constraints
num_retries google.protobuf.UInt32Value  
retry_back_off envoy.config.core.v3.BackoffStrategy