e68cb8ac0f
fix(kubernetes-react): coalesce concurrent getClusters() fetches and validate TTL input Signed-off-by: Rickard Dybeck <dybeck@spotify.com>
290 B
290 B
@backstage/plugin-kubernetes-react
| @backstage/plugin-kubernetes-react |
|---|
| patch |
Added optional clustersCacheTtlMs option to KubernetesBackendClient that caches getClusters() responses for the specified duration, avoiding repeated /clusters requests when multiple proxy calls resolve cluster auth in quick succession.