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

Method Create

tests/e2e/client/client.go:67–67  ·  view source on GitHub ↗
(config *v1alpha1.DeviceConfig)

Source from the content-addressed store, hash-verified

65
66type DeviceConfigsInterface interface {
67 Create(config *v1alpha1.DeviceConfig) (*v1alpha1.DeviceConfig, error)
68 Update(config *v1alpha1.DeviceConfig) (*v1alpha1.DeviceConfig, error)
69 List(opts metav1.ListOptions) (*v1alpha1.DeviceConfigList, error)
70 PatchTestRunnerEnablement(config *v1alpha1.DeviceConfig) (*v1alpha1.DeviceConfig, error)

Callers 15

CreateNamespaceMethod · 0.65
CreateConfigMapMethod · 0.65
CreatePodMethod · 0.65
configMapHelperMethod · 0.65
createDeviceConfigMethod · 0.65
deployCurlJobMethod · 0.65
DeployRocmPytorchPodsFunction · 0.65

Implementers 1

deviceConfigsClienttests/e2e/client/client.go

Calls

no outgoing calls