local types = import 'types.libsonnet'; types.envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget .withBudgetPercent(types.envoy.type.v3.Percent) .withMinRetryConcurrency(1) ._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| budget_percent | envoy.type.v3.Percent |
|
||
| min_retry_concurrency | google.protobuf.UInt32Value |
|