Interface: RequestRate
RequestRate expresses “X requests per Y time‑interval”.
Properties
count?
optional count: number;
Number of requests allowed within the interval.
Defined in
src/lib/k8s/backendTrafficPolicy.ts:48
interval?
optional interval: string;
Duration string (e.g. "1s") that forms the divisor of the rate.