Skip to content

Commit

Permalink
Re-run go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecsy committed Oct 10, 2019
1 parent 9130d28 commit 32e3e9a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ func kubeadmConfigV1Alpha3Template() string {
" oidc-username-claim: \"email\"\n" +
" oidc-username-prefix: \"oidc:\"\n" +
" oidc-groups-claim: \"groups\"{{end}}\n" +
" {{ if .CloudProvider }}\n" +
" cloud-provider: \"{{ .CloudProvider }}\"\n" +
" {{ if .CloudProvider }}cloud-provider: \"{{ .CloudProvider }}\"\n" +
" {{ if .CloudConfig }}cloud-config: /etc/kubernetes/{{ .CloudProvider }}.conf{{end}}{{end}}\n" +
"schedulerExtraArgs:\n" +
" profiling: \"false\"\n" +
Expand Down

0 comments on commit 32e3e9a

Please sign in to comment.