MCPcopy Create free account
hub / github.com/ROCm/gpu-operator / devicePlugin

Struct devicePlugin

internal/plugin/plugin.go:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type devicePlugin struct {
70 client client.Client
71 scheme *runtime.Scheme
72 isOpenShift bool
73}
74
75func NewDevicePlugin(client client.Client, scheme *runtime.Scheme, isOpenShift bool) DevicePluginAPI {
76 return &devicePlugin{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected