class Pyrite::Api::Core::V1::FCVolumeSource
Overview
Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as [read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.](read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.)
Defined in:
versions/v1.14/api/core/v1/fc_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Represents a Fibre Channel volume.
-
.new(pull : JSON::PullParser)
Represents a Fibre Channel volume.
- .new(*, fs_type : String? = nil, lun : Int32? = nil, read_only : Bool? = nil, target_wwns : Array? = nil, wwids : Array? = nil)
Instance Method Summary
- #fs_type : String?
- #fs_type=(fs_type : String?)
- #lun : Int32?
- #lun=(lun : Int32?)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #target_wwns : Array(String)?
- #target_wwns=(target_wwns : Array(String)?)
- #wwids : Array(String)?
- #wwids=(wwids : Array(String)?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as [read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.](read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.)
Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as [read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.](read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.)