File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -528,15 +528,15 @@ type VMHypervisor struct {
528528 // Path is the host path to the hypervisor used to manage the virtual machine.
529529 Path string `json:"path"`
530530 // Parameters specifies parameters to pass to the hypervisor.
531- Parameters string `json:"parameters,omitempty"`
531+ Parameters [] string `json:"parameters,omitempty"`
532532}
533533
534534// VMKernel contains information about the kernel to use for a virtual machine.
535535type VMKernel struct {
536536 // Path is the host path to the kernel used to boot the virtual machine.
537537 Path string `json:"path"`
538538 // Parameters specifies parameters to pass to the kernel.
539- Parameters string `json:"parameters,omitempty"`
539+ Parameters [] string `json:"parameters,omitempty"`
540540 // InitRD is the host path to an initial ramdisk to be used by the kernel.
541541 InitRD string `json:"initrd,omitempty"`
542542}
You can’t perform that action at this time.
0 commit comments