python/kubernetes/docs/V1EmptyDirVolumeSource.md

583 B

V1EmptyDirVolumeSource

Properties

Name Type Description Notes
medium str What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir [optional]

[Back to Model list] [Back to API list] [Back to README]