class K8S::Api::Core::V1::EmptyDirVolumeSource
- K8S::Api::Core::V1::EmptyDirVolumeSource
 - Reference
 - Object
 
Overview
Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/core/v1/empty_dir_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, medium : String? = nil, size_limit : Int32 | String | Nil = nil)
 
Instance Method Summary
- #medium : String?
 - #medium=(medium : String?)
 - #size_limit : Int32 | String | Nil
 - #size_limit=(size_limit : Int32 | String | Nil)