From 33a4b4a76bd73b8a407510143fbe23958a8ed776 Mon Sep 17 00:00:00 2001 From: srikiz Date: Fri, 4 Dec 2020 21:32:01 +0530 Subject: [PATCH] Remove AlphaAllowDO flag --- upup/pkg/fi/cloudup/apply_cluster.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/upup/pkg/fi/cloudup/apply_cluster.go b/upup/pkg/fi/cloudup/apply_cluster.go index 1b55f24d75..ad8bb0f3b7 100644 --- a/upup/pkg/fi/cloudup/apply_cluster.go +++ b/upup/pkg/fi/cloudup/apply_cluster.go @@ -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