Files
kata-containers/virtcontainers/pkg/cloud-hypervisor/README.md
Jose Carlos Venegas Munoz dcac021637 clh: Add Generation tools for API client
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>
2019-12-05 15:36:26 +00:00

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-generator is executed in a docker container
make all