Files
kata-containers/src/runtime/virtcontainers/pkg/cloud-hypervisor
Bo Chen 8030b6caf0 virtcontainers: clh: Re-generate the client code
This patch re-generates the client code for Cloud Hypervisor v19.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>
2021-10-20 15:48:55 -07:00
..

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