emptyDir property

EmptyDirVolumeSource? emptyDir
final

emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir.

Implementation

final EmptyDirVolumeSource? emptyDir;