Skip to content

Commit be8ea98

Browse files
authored
Merge pull request kubernetes#127244 from Adarsh-verma-14/fix-comment
Fix inconsistency between the comment and the actual feature gate definition
2 parents cf1468d + 8f47180 commit be8ea98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/features/kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const (
9191
APIServerTracing featuregate.Feature = "APIServerTracing"
9292

9393
// owner: @linxiulei
94-
// beta: v1.30
94+
// alpha: v1.30
9595
//
9696
// Enables serving watch requests in separate goroutines.
9797
APIServingWithRoutine featuregate.Feature = "APIServingWithRoutine"

0 commit comments

Comments
 (0)