Fix wrong alpha version for ValidateProxyRedirects
This feature gate apparently never made it into 1.10 or 1.11 https://github.com/kubernetes/kubernetes/pull/69943 Kubernetes-commit: 9eb45d22a43f83c0ed957a580744ddbe1ef2dccd
This commit is contained in:
parent
641545009c
commit
71203b3ff4
|
|
@ -39,7 +39,7 @@ const (
|
|||
StreamingProxyRedirects featuregate.Feature = "StreamingProxyRedirects"
|
||||
|
||||
// owner: @tallclair
|
||||
// alpha: v1.10
|
||||
// alpha: v1.12
|
||||
// beta: v1.14
|
||||
//
|
||||
// ValidateProxyRedirects controls whether the apiserver should validate that redirects are only
|
||||
|
|
|
|||
Loading…
Reference in New Issue