We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3592f04 + 2286bea commit 07b9d8dCopy full SHA for 07b9d8d
content/en/docs/reference/command-line-tools-reference/feature-gates/APIServingWithRoute.md
@@ -0,0 +1,16 @@
1
+---
2
+title: APIServingWithRoute
3
+content_type: feature_gate
4
+_build:
5
+ list: never
6
+ render: false
7
+
8
+stages:
9
+ - stage: alpha
10
+ defaultValue: false
11
+ fromVersion: "1.30"
12
13
+This feature gate enables an API server performance improvement:
14
+the API server can use separate goroutines (lightweight threads managed by the Go runtime)
15
+to serve [**watch**](/docs/reference/using-api/api-concepts/#efficient-detection-of-changes)
16
+requests.
0 commit comments