Skip to content

Commit 13750a0

Browse files
authored
Merge pull request kubernetes#88260 from databus23/patch-3
Fix wrong alpha version for ValidateProxyRedirects
2 parents da9db64 + 9eb45d2 commit 13750a0

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
@@ -39,7 +39,7 @@ const (
3939
StreamingProxyRedirects featuregate.Feature = "StreamingProxyRedirects"
4040

4141
// owner: @tallclair
42-
// alpha: v1.10
42+
// alpha: v1.12
4343
// beta: v1.14
4444
//
4545
// ValidateProxyRedirects controls whether the apiserver should validate that redirects are only

0 commit comments

Comments
 (0)