MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / TempVolumeMount

Function TempVolumeMount

internal/postgres/reconcile.go:30–32  ·  view source on GitHub ↗

TempVolumeMount returns the name and mount path of the ephemeral volume.

()

Source from the content-addressed store, hash-verified

28
29// TempVolumeMount returns the name and mount path of the ephemeral volume.
30func TempVolumeMount() corev1.VolumeMount {
31 return corev1.VolumeMount{Name: "postgres-temp", MountPath: tmpMountPath}
32}
33
34// WALVolumeMount returns the name and mount path of the PostgreSQL WAL volume.
35func WALVolumeMount() corev1.VolumeMount {

Callers 1

InstancePodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected