mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-25 18:14:21 +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>
302 B
302 B
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-generatoris executed in a docker container
make all