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

Function MntVolume

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

Source from the content-addressed store, hash-verified

192}
193
194func MntVolume() kcore.Volume {
195 return k8s.EmptyDirVolume(_emptyDirVolumeName)
196}
197
198func CortexVolume() kcore.Volume {
199 return k8s.EmptyDirVolume(_cortexDirVolumeName)

Callers 1

userPodContainersFunction · 0.85

Calls 1

EmptyDirVolumeFunction · 0.92

Tested by

no test coverage detected