Remove AlphaAllowDO flag

This commit is contained in:
srikiz 2020-12-04 21:32:01 +05:30
parent 5853fc7cf1
commit 33a4b4a76b
1 changed files with 0 additions and 2 deletions

View File

@ -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