TmpSource¶
- class controller.config.TmpSource(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
EnumWhere space for
/tmpshould come from.Attributes Summary
Use ephemeralStorage and node-local disk for
/tmpUse tmpfs and pod memory for
/tmpAttributes Documentation
- DISK = 'disk'¶
Use ephemeralStorage and node-local disk for
/tmp
- MEMORY = 'memory'¶
Use tmpfs and pod memory for
/tmp