mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-18 16:08:25 +00:00
To prepare for merging into kata-containers repository. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
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
|
|
```
|