Skip to content

Commit

Permalink
one more function to move.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed Oct 4, 2019
1 parent 648a451 commit ef7dfc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2383,7 +2383,6 @@ func expandPodSecurityPolicyConfig(configured interface{}) *containerBeta.PodSec
<% end -%>
}

<% unless version == 'ga' -%>
func expandDefaultMaxPodsConstraint(v interface{}) *containerBeta.MaxPodsConstraint {
if v == nil {
return nil
Expand All @@ -2394,6 +2393,7 @@ func expandDefaultMaxPodsConstraint(v interface{}) *containerBeta.MaxPodsConstra
}
}

<% unless version == 'ga' -%>
func expandResourceUsageExportConfig(configured interface{}) *containerBeta.ResourceUsageExportConfig {
l := configured.([]interface{})
if len(l) == 0 || l[0] == nil {
Expand Down

0 comments on commit ef7dfc9

Please sign in to comment.