From e16eec378549e61dd153eee6de5bd809bf637eab Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Thu, 21 Nov 2019 16:40:38 -0800 Subject: [PATCH] GA the methods as well --- .../terraform/resources/resource_container_cluster.go.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/third_party/terraform/resources/resource_container_cluster.go.erb b/third_party/terraform/resources/resource_container_cluster.go.erb index 82c9e0ee5179..3cef6da6644b 100644 --- a/third_party/terraform/resources/resource_container_cluster.go.erb +++ b/third_party/terraform/resources/resource_container_cluster.go.erb @@ -2279,7 +2279,6 @@ func expandClusterAutoscaling(configured interface{}, d *schema.ResourceData) *c } <% end -%> -<% unless version == 'ga' -%> func expandAuthenticatorGroupsConfig(configured interface{}) *containerBeta.AuthenticatorGroupsConfig { l := configured.([]interface{}) if len(l) == 0 { @@ -2293,7 +2292,6 @@ func expandAuthenticatorGroupsConfig(configured interface{}) *containerBeta.Auth } return result } -<% end -%> func expandMasterAuth(configured interface{}) *containerBeta.MasterAuth { l := configured.([]interface{}) @@ -2558,7 +2556,6 @@ func flattenClusterNodePools(d *schema.ResourceData, config *Config, c []*contai return nodePools, nil } -<% unless version == 'ga' -%> func flattenAuthenticatorGroupsConfig(c *containerBeta.AuthenticatorGroupsConfig) []map[string]interface{} { if c == nil { return nil @@ -2569,7 +2566,6 @@ func flattenAuthenticatorGroupsConfig(c *containerBeta.AuthenticatorGroupsConfig }, } } -<% end -%> func flattenPrivateClusterConfig(c *containerBeta.PrivateClusterConfig) []map[string]interface{} { if c == nil {