mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
We only use the swagger generated code from the firecracker-go-sdk. Now that vsock support is directly available in the upstream firecracker swagger definition unvendor and generate the firecracker API directly from the upstream yaml definition. Previosly vsock was not available in the upstream definition. It is now provided as an experimental feature. https://github.com/firecracker-microvm/firecracker/blob/master/api_server/swagger/firecracker-experimental.yaml Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>