MCPcopy
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
22type Interface interface {
23 Devices() rm.Devices
24 Start(string) error
25 Stop() error
26}

Callers 9

startDaemonsFunction · 0.65
StartMethod · 0.65
StartMethod · 0.65
EchoPipeToControlMethod · 0.65
startPluginsFunction · 0.65
StopMethod · 0.65
stopDaemonsFunction · 0.65
StopMethod · 0.65
stopPluginsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected