Skip to content

Commit

Permalink
Remove beta fields from GA Container resources (hashicorp#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
modular-magician authored and rileykarson committed Dec 6, 2018
1 parent 665ad3b commit 0a14954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google-beta/node_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ func expandNodeConfig(v interface{}) *containerBeta.NodeConfig {
if v, ok := nodeConfig["min_cpu_platform"]; ok {
nc.MinCpuPlatform = v.(string)
}

if v, ok := nodeConfig["taint"]; ok && len(v.([]interface{})) > 0 {
taints := v.([]interface{})
nodeTaints := make([]*containerBeta.NodeTaint, 0, len(taints))
Expand Down

0 comments on commit 0a14954

Please sign in to comment.