intel-device-plugins-for-kubernetes
intel-device-plugins-for-kubernetes copied to clipboard
Restructure CDI use with plugins
Move current CDI spec generation (hooks) to fpga_plugin and allow passing CDI devices from plugins.
How moving CDI spec generation (from generic looking
deviceplugin/server.go) tofpga_plugin.go, makes CDI use more generic?
It allows the plugins (or their initcontainers) to generate the full spec rather than being limited to a subset (hooks) of the functionality.
@bart0sh please review again