fixing inconsistency between the comment and the actual feature gate definition

This commit is contained in:
Adarsh-verma-14 2024-09-09 18:33:00 +05:30
parent 17bae91f20
commit 8f471803cb

View File

@ -91,7 +91,7 @@ const (
APIServerTracing featuregate.Feature = "APIServerTracing"
// owner: @linxiulei
// beta: v1.30
// alpha: v1.30
//
// Enables serving watch requests in separate goroutines.
APIServingWithRoutine featuregate.Feature = "APIServingWithRoutine"