Kazan v0.4.0 Kazan.Models.Api.V1.EmptyDirVolumeSource View Source

Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

OpenAPI Definition: io.k8s.kubernetes.pkg.api.v1.EmptyDirVolumeSource

Properties

  • medium :: String

    • 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.