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 3794a9a commit 45ef572Copy full SHA for 45ef572
content/en/docs/reference/command-line-tools-reference/feature-gates/watch-list-client.md
@@ -0,0 +1,17 @@
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
+Allows an API client to request a stream of data rather than fetching a full list.
14
+This functionality is available in `client-go` and requires the
15
+[WatchList](/docs/reference/command-line-tools-reference/feature-gates/)
16
+feature to be enabled on the server.
17
+If the `WatchList` is not supported on the server, the client will seamlessly fall back to a standard list request.
0 commit comments