EmptyDirSource#

class nublado.controller.config.EmptyDirSource(*values)#

Bases: Enum

Where space for emptyDirs (e.g. /tmp) should come from.

Attributes Summary

DISK

Use ephemeralStorage and node-local disk for emptyDir

MEMORY

Use tmpfs and pod memory for emptyDir

Attributes Documentation

DISK = 'disk'#

Use ephemeralStorage and node-local disk for emptyDir

MEMORY = 'memory'#

Use tmpfs and pod memory for emptyDir