mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

Currently we have hardcoded mapping from human readable names of AFs and FPGA regions like arria10-nlb0 to the resource names produced by the FPGA device plugin. This is not sustainable long term solution. Implement CRD based mappings so that a new mapping can be added or removed dynamically by cluster admins with CRD resources.
6 lines
80 B
Go
6 lines
80 B
Go
// +k8s:deepcopy-gen=package,register
|
|
|
|
// +groupName=fpga.intel.com
|
|
|
|
package v1
|