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.
1 parent 10dff0b commit b047e66Copy full SHA for b047e66
content/en/docs/reference/command-line-tools-reference/feature-gates/watch-list-client.md
@@ -0,0 +1,18 @@
1
+---
2
+title: WatchListClient
3
+content_type: feature_gate
4
+_build:
5
+ list: never
6
+ render: false
7
+
8
+stages:
9
+ - stage: beta
10
+ defaultValue: false
11
+ fromVersion: "1.30"
12
13
+This enables an API client (inlcuding some control plane components) to
14
+request a stream of data rather than an entire list. The behavior change
15
+is implemented in the client-go library and it is opaque to the client.
16
+To enable this optimization, you need to enable `WatchList` feature on
17
+the API server.
18
0 commit comments