class Pyrite::Api::Core::V1::VolumeDevice
- Pyrite::Api::Core::V1::VolumeDevice
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
volumeDevice describes a mapping of a raw block device within a container.
Defined in:
versions/v1.14/api/core/v1/volume_device.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
volumeDevice describes a mapping of a raw block device within a container.
-
.new(pull : JSON::PullParser)
volumeDevice describes a mapping of a raw block device within a container.
- .new(*, device_path : String, name : String)
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)
#
volumeDevice describes a mapping of a raw block device within a container.
def self.new(pull : JSON::PullParser)
#
volumeDevice describes a mapping of a raw block device within a container.