class Pyrite::Api::Core::V1::PortworxVolumeSource
Overview
PortworxVolumeSource represents a Portworx volume resource.
Defined in:
versions/v1.14/api/core/v1/portworx_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
PortworxVolumeSource represents a Portworx volume resource.
-
.new(pull : JSON::PullParser)
PortworxVolumeSource represents a Portworx volume resource.
- .new(*, fs_type : String? = nil, read_only : Bool? = nil, volume_id : String)
Instance Method Summary
- #fs_type : String?
- #fs_type=(fs_type : String?)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #volume_id : String
- #volume_id=(volume_id : String)
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)
#
PortworxVolumeSource represents a Portworx volume resource.