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