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:
commit
f5a73ba0a4
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue