Skip to main content

Interface: BudgetDetails

BudgetDetails limits the share of active requests that may be retries and the time window for calculating that budget.

Properties

interval?

optional interval: string;

Duration string (e.g. "10s") defining the budget interval.

Defined in

src/lib/k8s/backendTrafficPolicy.ts:40


percent?

optional percent: number;

Maximum percentage of concurrent requests that may be retries (0‑100).

Defined in

src/lib/k8s/backendTrafficPolicy.ts:38