Add feature gate for APIServingWithRoute

This gate was missing since v1.30.
pull/49350/head
Qiming Teng 2025-01-08 20:40:25 +08:00
parent d506ce027f
commit 2286beaa2b
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
title: APIServingWithRoute
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.30"
---
This feature gate enables an API server performance improvement:
the API server can use separate goroutines (lightweight threads managed by the Go runtime)
to serve [**watch**](/docs/reference/using-api/api-concepts/#efficient-detection-of-changes)
requests.