File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ type LimaYAML struct {
20
20
OS * OS `yaml:"os,omitempty" json:"os,omitempty" jsonschema:"nullable"`
21
21
Arch * Arch `yaml:"arch,omitempty" json:"arch,omitempty" jsonschema:"nullable"`
22
22
Images []Image `yaml:"images,omitempty" json:"images,omitempty" jsonschema:"nullable"`
23
- // Deprecated: Use VMOpts.Qemu .CPUType instead.
23
+ // Deprecated: Use VMOpts.QEMU .CPUType instead.
24
24
CPUType CPUType `yaml:"cpuType,omitempty" json:"cpuType,omitempty" jsonschema:"nullable"`
25
25
CPUs * int `yaml:"cpus,omitempty" json:"cpus,omitempty" jsonschema:"nullable"`
26
26
Memory * string `yaml:"memory,omitempty" json:"memory,omitempty" jsonschema:"nullable"` // go-units.RAMInBytes
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ os: null
386
386
# DEPRECATED: Use vmOpts.qemu.cpuType instead. See the vmOpts.qemu.cpuType section above for configuration.
387
387
cpuType :
388
388
389
- # DEPRECATED: Use vmOpts.vz.rosetta instead. See the vmOpts.qemu.cpuType section above for configuration.
389
+ # DEPRECATED: Use vmOpts.vz.rosetta instead. See the vmOpts.vz.rosetta section above for configuration.
390
390
rosetta :
391
391
enabled : null
392
392
binfmt : null
You can’t perform that action at this time.
0 commit comments