class Pyrite::Api::Core::V1::EmptyDirVolumeSource
Overview
Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.
Defined in:
versions/v1.14/api/core/v1/empty_dir_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Represents an empty directory for a pod.
-
.new(pull : JSON::PullParser)
Represents an empty directory for a pod.
- .new(*, medium : String? = nil, size_limit : Int32? = nil)
Instance Method Summary
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.
def self.new(pull : JSON::PullParser)
#
Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.