Versions in this module Expand all Collapse all v0 v0.11.0 Feb 13, 2019 Changes in this version + type DeviceInfo struct + Envs map[string]string + Mounts []pluginapi.Mount + Nodes []pluginapi.DeviceSpec + State string + type DeviceTree map[string]map[string]DeviceInfo + func NewDeviceTree() DeviceTree + func (tree DeviceTree) AddDevice(devType, id string, info DeviceInfo) + type Manager struct + func NewManager(namespace string, devicePlugin Scanner) *Manager + func (m *Manager) Run() + type Notifier interface + Notify func(DeviceTree) + type PostAllocator interface + PostAllocate func(*pluginapi.AllocateResponse) error + type Scanner interface + Scan func(Notifier) error