mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-11 00:56:14 +00:00
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
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user