Merge pull request #88260 from databus23/patch-3

Fix wrong alpha version for ValidateProxyRedirects
This commit is contained in:
Kubernetes Prow Robot 2020-02-19 00:34:38 -08:00 committed by GitHub
commit 13750a0843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ const (
StreamingProxyRedirects featuregate.Feature = "StreamingProxyRedirects" StreamingProxyRedirects featuregate.Feature = "StreamingProxyRedirects"
// owner: @tallclair // owner: @tallclair
// alpha: v1.10 // alpha: v1.12
// beta: v1.14 // beta: v1.14
// //
// ValidateProxyRedirects controls whether the apiserver should validate that redirects are only // ValidateProxyRedirects controls whether the apiserver should validate that redirects are only