Merge pull request #127244 from Adarsh-verma-14/fix-comment

Fix inconsistency between the comment and the actual feature gate definition
This commit is contained in:
Kubernetes Prow Robot 2024-09-19 19:17:05 +01:00 committed by GitHub
commit be8ea98a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"