mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-30 20:44:26 +01:00
cloud-hypervisor provides an API server to send commands in a qmp and Firecracker style over an Unix socket. The API is defined via OpenAPI, this commit adds scripts to help to generate a client using: https://github.com/OpenAPITools/openapi-generator This will make easy to update any change related with the API in the future. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
14 lines
302 B
Markdown
14 lines
302 B
Markdown
# Cloud Hypervisor OpenAPI generated code
|
|
|
|
This directory provide tools to generate code client based
|
|
on `cloud-hypervisor` `OpenAPI` schema.
|
|
|
|
## Update client to match latest Cloud Hypervisor server API
|
|
|
|
Requirements:
|
|
- docker: `openapi-generator` is executed in a docker container
|
|
|
|
```
|
|
make all
|
|
```
|