Documentation
¶
Index ¶
Constants ¶
View Source
const ( AfMode = "af" RegionMode = "region" RegionDevelMode = "regiondevel" )
Device Cache's mode of operation
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache represents FPGA devices found on the host
type UpdateInfo ¶
type UpdateInfo struct {
Added map[string]map[string]deviceplugin.DeviceInfo
Updated map[string]map[string]deviceplugin.DeviceInfo
Removed map[string]map[string]deviceplugin.DeviceInfo
}
UpdateInfo contains info added, updated and deleted FPGA devices
Click to show internal directories.
Click to hide internal directories.