kubernetes/pkg/features
David Eads 660df229bf Stop exposing list-via-watch from the server
With StreamingCollectionEncodingToJSON and
StreamingCollectionEncodingToProtobuf, the WatchList must re-justify its
necessity.  To prevent an ecosystem from building around a feature that
may not be promoted, we will stop serving list-via-watch until
performance numbers can justify its inclusion.

This also stops the kube-controller-manager from using the
list-via-watch by default.  The fallback is a regular list, so during
the skew during an upgrade the "right" thing will happen and the new
StreamingCollectionEncoding will be used.
2025-04-18 09:21:23 -04:00
..
client_adapter.go feat: add a lint rule to prevent Add unversioned featuregate 2025-01-28 09:37:43 -08:00
client_adapter_test.go apiserver: Add API emulation versioning. 2024-06-25 22:12:11 +00:00
kube_features.go Stop exposing list-via-watch from the server 2025-04-18 09:21:23 -04:00
kube_features_test.go chore: Remove unused unversioned feature gate map by consolidating feature gate files 2025-03-19 20:02:53 +00:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00