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

Function CortexMount

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

Source from the content-addressed store, hash-verified

259}
260
261func CortexMount() kcore.VolumeMount {
262 return k8s.EmptyDirVolumeMount(_cortexDirVolumeName, _cortexDirMountPath)
263}
264
265func APIConfigMount(name string) kcore.VolumeMount {
266 return kcore.VolumeMount{

Callers 3

userPodContainersFunction · 0.85
KubexitInitContainerFunction · 0.85

Calls 1

EmptyDirVolumeMountFunction · 0.92

Tested by

no test coverage detected