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

Method WithPullSecret

controllers/transforms_test.go:166–169  ·  view source on GitHub ↗
(secret string)

Source from the content-addressed store, hash-verified

164}
165
166func (d Daemonset) WithPullSecret(secret string) Daemonset {
167 d.Spec.Template.Spec.ImagePullSecrets = []corev1.LocalObjectReference{{Name: secret}}
168 return d
169}
170
171func (d Daemonset) WithRuntimeClassName(name string) Daemonset {
172 d.Spec.Template.Spec.RuntimeClassName = &name

Calls

no outgoing calls

Tested by

no test coverage detected