MCPcopy
hub / github.com/NVIDIA/k8s-device-plugin / Devices

Method Devices

internal/plugin/server.go:123–125  ·  view source on GitHub ↗

Devices returns the full set of devices associated with the plugin.

()

Source from the content-addressed store, hash-verified

121
122// Devices returns the full set of devices associated with the plugin.
123func (plugin *nvidiaDevicePlugin) Devices() rm.Devices {
124 return plugin.rm.Devices()
125}
126
127// Start starts the gRPC server, registers the device plugin with the Kubelet,
128// and starts the device healthchecks.

Callers

nothing calls this directly

Calls 1

DevicesMethod · 0.65

Tested by

no test coverage detected