MCPcopy Index your code
hub / github.com/cortexlabs/cortex / ShmMount

Function ShmMount

pkg/workloads/helpers.go:288–290  ·  view source on GitHub ↗
(volumeName string)

Source from the content-addressed store, hash-verified

286}
287
288func ShmMount(volumeName string) kcore.VolumeMount {
289 return k8s.EmptyDirVolumeMount(volumeName, _shmDirMountPath)
290}
291
292func KubexitMount() kcore.VolumeMount {
293 return k8s.EmptyDirVolumeMount(_kubexitGraveyardName, _kubexitGraveyardMountPath)

Callers 1

userPodContainersFunction · 0.85

Calls 1

EmptyDirVolumeMountFunction · 0.92

Tested by

no test coverage detected