fixing inconsistency between the comment and the actual feature gate definition

Kubernetes-commit: 8f471803cb386c2a227fa61e922822aab168ec95
This commit is contained in:
Adarsh-verma-14 2024-09-09 18:33:00 +05:30 committed by Kubernetes Publisher
parent e70087b968
commit 5db4826844
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"