Skip to content

Commit

Permalink
Format repair.
Browse files Browse the repository at this point in the history
  • Loading branch information
breeze7086 committed Aug 6, 2018
1 parent 974b559 commit a7c59bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kubernetes/resource_kubernetes_daemonset.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ func resourceKubernetesDaemonSet() *schema.Resource {
"automount_service_account_token": relocatedAttribute("automount_service_account_token"),
"subdomain": relocatedAttribute("subdomain"),
"termination_grace_period_seconds": relocatedAttribute("termination_grace_period_seconds"),
"volume": relocatedAttribute("volume"),
"toleration": relocatedAttribute("toleration"),
"volume": relocatedAttribute("volume"),
"toleration": relocatedAttribute("toleration"),
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/resource_kubernetes_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ func resourceKubernetesDeployment() *schema.Resource {
"automount_service_account_token": relocatedAttribute("automount_service_account_token"),
"subdomain": relocatedAttribute("subdomain"),
"termination_grace_period_seconds": relocatedAttribute("termination_grace_period_seconds"),
"volume": relocatedAttribute("volume"),
"toleration": relocatedAttribute("toleration"),
"volume": relocatedAttribute("volume"),
"toleration": relocatedAttribute("toleration"),
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/resource_kubernetes_stateful_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ func resourceKubernetesStatefulSet() *schema.Resource {
"automount_service_account_token": relocatedAttribute("automount_service_account_token"),
"subdomain": relocatedAttribute("subdomain"),
"termination_grace_period_seconds": relocatedAttribute("termination_grace_period_seconds"),
"volume": relocatedAttribute("volume"),
"toleration": relocatedAttribute("toleration"),
"volume": relocatedAttribute("volume"),
"toleration": relocatedAttribute("toleration"),
},
},
},
Expand Down

0 comments on commit a7c59bf

Please sign in to comment.