diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/WatchListCompression.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/WatchListCompression.md new file mode 100644 index 0000000000000..1d1dfc295069e --- /dev/null +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/WatchListCompression.md @@ -0,0 +1,16 @@ +--- +title: WatchListCompression +content_type: feature_gate +_build: + list: never + render: false + +stages: + - stage: beta + defaultValue: true + fromVersion: "1.37" +--- +Enables compression for +[_watch list_](/docs/reference/using-api/api-concepts/#streaming-lists) +responses from the API server. +This feature gate has no effect if `WatchList` is disabled.