Add feature gate for APIServingWithRoute
This gate was missing since v1.30.pull/49350/head
parent
d506ce027f
commit
2286beaa2b
|
@ -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.
|
Loading…
Reference in New Issue