pub const KUBE_CLIENT_BURST: u32 = 30;Expand description
Kubernetes API client burst size (max concurrent requests)
Allows temporary bursts above the QPS limit for reconciliation spikes.
Matches kubectl defaults for optimal API server behavior.
Can be overridden via BINDY_KUBE_BURST environment variable.