File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -528,15 +528,15 @@ type VMHypervisor struct {
528
528
// Path is the host path to the hypervisor used to manage the virtual machine.
529
529
Path string `json:"path"`
530
530
// Parameters specifies parameters to pass to the hypervisor.
531
- Parameters string `json:"parameters,omitempty"`
531
+ Parameters [] string `json:"parameters,omitempty"`
532
532
}
533
533
534
534
// VMKernel contains information about the kernel to use for a virtual machine.
535
535
type VMKernel struct {
536
536
// Path is the host path to the kernel used to boot the virtual machine.
537
537
Path string `json:"path"`
538
538
// Parameters specifies parameters to pass to the kernel.
539
- Parameters string `json:"parameters,omitempty"`
539
+ Parameters [] string `json:"parameters,omitempty"`
540
540
// InitRD is the host path to an initial ramdisk to be used by the kernel.
541
541
InitRD string `json:"initrd,omitempty"`
542
542
}
You can’t perform that action at this time.
0 commit comments