nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.27k stars 132 forks source link

consider moving some of the proxmox checks into a linter #1374

Open eyberg opened 2 years ago

eyberg commented 2 years ago

not confident we need all these checks for each operation, i think it would be better to properly instantiate a image or instance (eg: ProxmoxImage{}, ProxmoxInstance{} ) when parsing the flags

then if someone wants to they can do a lint test but we should assume that required fields are already required/known