TmpSource

class controller.config.TmpSource(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Where space for /tmp should come from.

Attributes Summary

DISK

Use ephemeralStorage and node-local disk for /tmp

MEMORY

Use tmpfs and pod memory for /tmp

Attributes Documentation

DISK = 'disk'

Use ephemeralStorage and node-local disk for /tmp

MEMORY = 'memory'

Use tmpfs and pod memory for /tmp