mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-23 00:04:24 +01:00
virtcontainers: clh: Re-generate the client code
This patch re-generates the client code for Cloud Hypervisor v18.0.
Note: The client code of cloud-hypervisor's (CLH) OpenAPI is
automatically generated by openapi-generator [1-2].
[1] https://github.com/OpenAPITools/openapi-generator
[2] https://github.com/kata-containers/kata-containers/blob/main/src/runtime/virtcontainers/pkg/cloud-hypervisor/README.md
Signed-off-by: Bo Chen <chen.bo@intel.com>
(cherry picked from commit 0e0e59dc5f)
This commit is contained in:
@@ -383,7 +383,7 @@ components:
|
||||
id: id
|
||||
hotplug_size: 1
|
||||
hotplug_size: 3
|
||||
hotplug_method: acpi
|
||||
hotplug_method: Acpi
|
||||
disks:
|
||||
- path: path
|
||||
num_queues: 7
|
||||
@@ -540,7 +540,7 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
vhost_mode: Client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
@@ -563,7 +563,7 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
vhost_mode: Client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
@@ -688,7 +688,7 @@ components:
|
||||
id: id
|
||||
hotplug_size: 1
|
||||
hotplug_size: 3
|
||||
hotplug_method: acpi
|
||||
hotplug_method: Acpi
|
||||
disks:
|
||||
- path: path
|
||||
num_queues: 7
|
||||
@@ -845,7 +845,7 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
vhost_mode: Client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
@@ -868,7 +868,7 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
vhost_mode: Client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
@@ -1053,7 +1053,7 @@ components:
|
||||
id: id
|
||||
hotplug_size: 1
|
||||
hotplug_size: 3
|
||||
hotplug_method: acpi
|
||||
hotplug_method: Acpi
|
||||
properties:
|
||||
size:
|
||||
format: int64
|
||||
@@ -1068,7 +1068,7 @@ components:
|
||||
default: false
|
||||
type: boolean
|
||||
hotplug_method:
|
||||
default: acpi
|
||||
default: Acpi
|
||||
type: string
|
||||
shared:
|
||||
default: false
|
||||
@@ -1236,7 +1236,7 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
vhost_mode: Client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
@@ -1272,7 +1272,7 @@ components:
|
||||
vhost_socket:
|
||||
type: string
|
||||
vhost_mode:
|
||||
default: client
|
||||
default: Client
|
||||
type: string
|
||||
id:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user