MCPcopy Create free account
hub / github.com/NVIDIA/gpu-operator / named

Function named

internal/validator/validator_test.go:64–68  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

62}
63
64func named(name string) driverOptions {
65 return func(c *nvidiav1alpha1.NVIDIADriver) {
66 c.Name = name
67 }
68}
69
70func nodeSelector(labels map[string]string) driverOptions {
71 return func(c *nvidiav1alpha1.NVIDIADriver) {

Callers 1

TestCheckNodeSelectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected