EmptyDirSource#
- class nublado.controller.config.EmptyDirSource(*values)#
Bases:
EnumWhere space for emptyDirs (e.g.
/tmp) should come from.Attributes Summary
Use ephemeralStorage and node-local disk for emptyDir
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