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

Fix inconsistency between the comment and the actual feature gate definition

Kubernetes-commit: be8ea98a5c9c1c4a942ccd09102e3e263385fc60
This commit is contained in:
Kubernetes Publisher 2024-09-19 19:17:05 +01:00
commit f5a73ba0a4
1 changed files with 1 additions and 1 deletions

View File

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