website/content/en/docs/reference/command-line-tools-reference/feature-gates/WatchListClient.md

546 B

title content_type _build stages
WatchListClient feature_gate
list render
never false
stage defaultValue fromVersion
beta false 1.30

Allows an API client to request a stream of data rather than fetching a full list. This functionality is available in client-go and requires the WatchList feature to be enabled on the server. If the WatchList is not supported on the server, the client will seamlessly fall back to a standard list request.