Skip to content

Commit

Permalink
Merge pull request #49351 from tengqm/fg-btree-132
Browse files Browse the repository at this point in the history
Add feature gate BtreeWatchCache for v1.32.
  • Loading branch information
k8s-ci-robot authored Jan 9, 2025
2 parents def662d + 6755efa commit c6bd33d
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: BtreeWatchCache
content_type: feature_gate

_build:
list: never
render: false

stages:
- stage: beta
defaultValue: true
fromVersion: "1.32"
---
When enabled, the API server will replace the legacy HashMap-based _watch cache_
with a BTree-based implementation. This replacement may bring performance improvements.

0 comments on commit c6bd33d

Please sign in to comment.