Interface: BudgetDetails
Defined in: lib/k8s/backendTrafficPolicy.ts:36
BudgetDetails limits the share of active requests that may be retries and the time window for calculating that budget.
Properties
interval?
optional interval?: string;
Defined in: lib/k8s/backendTrafficPolicy.ts:40
Duration string (e.g. "10s") defining the budget interval.
percent?
optional percent?: number;
Defined in: lib/k8s/backendTrafficPolicy.ts:38
Maximum percentage of concurrent requests that may be retries (0‑100).