mirror of https://github.com/kubernetes/kops.git
Remove AlphaAllowDO flag
This commit is contained in:
parent
5853fc7cf1
commit
33a4b4a76b
|
@ -72,8 +72,6 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
// AlphaAllowDO is a feature flag that gates cloudprovider support while it is alpha
|
||||
AlphaAllowDO = featureflag.New("AlphaAllowDO", featureflag.Bool(false))
|
||||
// AlphaAllowGCE is a feature flag that gates GCE support while it is alpha
|
||||
AlphaAllowGCE = featureflag.New("AlphaAllowGCE", featureflag.Bool(false))
|
||||
// AlphaAllowALI is a feature flag that gates aliyun support while it is alpha
|
||||
|
|
Loading…
Reference in New Issue