Skip to content

Commit 45ef572

Browse files
committed
Provide documentation for the WatchListClient feature
1 parent 3794a9a commit 45ef572

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)