MCPcopy
hub / github.com/cortexlabs/cortex / CortexVolume

Function CortexVolume

pkg/workloads/helpers.go:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198func CortexVolume() kcore.Volume {
199 return k8s.EmptyDirVolume(_cortexDirVolumeName)
200}
201
202func APIConfigVolume(name string) kcore.Volume {
203 return kcore.Volume{

Callers 1

userPodContainersFunction · 0.85

Calls 1

EmptyDirVolumeFunction · 0.92

Tested by

no test coverage detected