Interface: RetryConstraint
RetryConstraint dynamically constrains client‑side retries using a percentage‑based budget and a safety‑net minimum rate.
Properties
budget?
optional budget: BudgetDetails;
Defined in
src/lib/k8s/backendTrafficPolicy.ts:58
minRetryRate?
optional minRetryRate: RequestRate;