Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/k8s-device-plugin
/ Interface
Interface
Interface
internal/plugin/api.go:22–26 ·
view source on GitHub ↗
Interface defines the API for the plugin package
Source
from the content-addressed store, hash-verified
20
21
// Interface defines the API for the plugin package
22
type
Interface
interface
{
23
Devices() rm.Devices
24
Start(string) error
25
Stop() error
26
}
Callers
9
startDaemons
Function · 0.65
Start
Method · 0.65
Start
Method · 0.65
EchoPipeToControl
Method · 0.65
startPlugins
Function · 0.65
Stop
Method · 0.65
stopDaemons
Function · 0.65
Stop
Method · 0.65
stopPlugins
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected