mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-04-01 20:04:37 +00:00
vmm: openapi: Mark "initramfs" field nullable
This should make it a pointer in the Go generated code so that it will be ommitted and thus not populated with an unhelpful default value. Fixes: #1015 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
c260640fd5
commit
28abfa9de5
@ -374,6 +374,7 @@ components:
|
||||
type: string
|
||||
|
||||
InitramfsConfig:
|
||||
nullable: true
|
||||
required:
|
||||
- path
|
||||
type: object
|
||||
|
Loading…
x
Reference in New Issue
Block a user