ManageIQ / manageiq-providers-kubevirt

ManageIQ plugin for the Kubevirt provider.
https://kubevirt.io/
Apache License 2.0
4 stars 29 forks source link

Investigate using Kubeclient directly rather than fog-kubevirt #245

Open agrare opened 2 months ago

agrare commented 2 months ago

Since we don't really need the abstraction layer that Fog provides we could use the kubeclient sdk directly to hit the various kubevirt api groups. This would give us more flexibility on staying up to date with the APIs and have one fewer dependency to keep up to date.