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

Method QualifiedName

internal/cdi/null.go:44–47  ·  view source on GitHub ↗

QualifiedName is a no-op for the null handler. A error message is logged inidicating this should never be called for the null handler.

(class string, id string)

Source from the content-addressed store, hash-verified

42// QualifiedName is a no-op for the null handler. A error message is logged
43// inidicating this should never be called for the null handler.
44func (n *null) QualifiedName(class string, id string) string {
45 klog.Error("cannot return a qualified CDI device name with the null CDI handler")
46 return ""
47}

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected