apiserver: enable support for Streaming lists (#109893)

enable watchlist
This commit is contained in:
Georges Chaudy
2025-08-20 11:09:55 +02:00
committed by GitHub
parent fa81fae1e3
commit 9a065e0c64
+1
View File
@@ -45,6 +45,7 @@ func (o *ExtraOptions) ApplyTo(c *genericapiserver.RecommendedConfig) error {
logger := slog.New(handler)
if err := utilfeature.DefaultMutableFeatureGate.SetFromMap(map[string]bool{
string(genericfeatures.APIServerTracing): false,
string(genericfeatures.WatchList): true,
}); err != nil {
return err
}