mirror of https://github.com/kubernetes/kops.git
ran make gofmt
This commit is contained in:
parent
66d377f5c4
commit
07397ec2f0
|
@ -205,7 +205,7 @@ func (e *LaunchConfiguration) buildRootDevice(cloud awsup.AWSCloud) (map[string]
|
||||||
EbsVolumeSize: e.RootVolumeSize,
|
EbsVolumeSize: e.RootVolumeSize,
|
||||||
EbsVolumeType: e.RootVolumeType,
|
EbsVolumeType: e.RootVolumeType,
|
||||||
EbsVolumeIops: e.RootVolumeIops,
|
EbsVolumeIops: e.RootVolumeIops,
|
||||||
}
|
}
|
||||||
|
|
||||||
blockDeviceMappings[rootDeviceName] = rootDeviceMapping
|
blockDeviceMappings[rootDeviceName] = rootDeviceMapping
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue