Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + const ResourceKVM + var SandboxDevices = []HostDevice + type HostDevice struct + Path string + ResourceName string + func Available(devs []HostDevice, devRoot string) []HostDevice + func (d HostDevice) Present(devRoot string) bool + type Plugin struct + func New(dev HostDevice) *Plugin + func (p *Plugin) Allocate(_ context.Context, req *pluginapi.AllocateRequest) (*pluginapi.AllocateResponse, error) + func (p *Plugin) GetDevicePluginOptions(context.Context, *pluginapi.Empty) (*pluginapi.DevicePluginOptions, error) + func (p *Plugin) ListAndWatch(_ *pluginapi.Empty, stream pluginapi.DevicePlugin_ListAndWatchServer) error + func (p *Plugin) Run(ctx context.Context) error