firecracker-microvm / firecracker-go-sdk

An SDK in Go for the Firecracker microVM API
Apache License 2.0
485 stars 123 forks source link

Add support of CPU configuration #504

Open fangn2 opened 1 year ago

fangn2 commented 1 year ago

Firecracker supports cpu configuration and it's available at client defined in swagger.yaml, however sdk not yet implemented.

We should add support of that.