class Pyrite::Api::Core::V1::ISCSIVolumeSource
Overview
Represents an ISCSI disk. ISCSI volumes can only be mounted as [read/write once. ISCSI volumes support ownership management and SELinux relabeling.](read/write once. ISCSI volumes support ownership management and SELinux relabeling.)
Defined in:
versions/v1.14/api/core/v1/iscsi_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Represents an ISCSI disk.
-
.new(pull : JSON::PullParser)
Represents an ISCSI disk.
- .new(*, chap_auth_discovery : Bool? = nil, chap_auth_session : Bool? = nil, fs_type : String? = nil, initiator_name : String? = nil, iqn : String, iscsi_interface : String? = nil, lun : Int32, portals : Array? = nil, read_only : Bool? = nil, secret_ref : Api::Core::V1::LocalObjectReference? = nil, target_portal : String)
Instance Method Summary
- #chap_auth_discovery : Bool?
- #chap_auth_discovery=(chap_auth_discovery : Bool?)
- #chap_auth_session : Bool?
- #chap_auth_session=(chap_auth_session : Bool?)
- #fs_type : String?
- #fs_type=(fs_type : String?)
- #initiator_name : String?
- #initiator_name=(initiator_name : String?)
- #iqn : String
- #iqn=(iqn : String)
- #iscsi_interface : String?
- #iscsi_interface=(iscsi_interface : String?)
- #lun : Int32
- #lun=(lun : Int32)
- #portals : Array(String)?
- #portals=(portals : Array(String)?)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #secret_ref : Api::Core::V1::LocalObjectReference?
- #secret_ref=(secret_ref : Api::Core::V1::LocalObjectReference?)
- #target_portal : String
- #target_portal=(target_portal : 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)
#
Represents an ISCSI disk. ISCSI volumes can only be mounted as [read/write once. ISCSI volumes support ownership management and SELinux relabeling.](read/write once. ISCSI volumes support ownership management and SELinux relabeling.)
def self.new(pull : JSON::PullParser)
#
Represents an ISCSI disk. ISCSI volumes can only be mounted as [read/write once. ISCSI volumes support ownership management and SELinux relabeling.](read/write once. ISCSI volumes support ownership management and SELinux relabeling.)
def self.new(*, chap_auth_discovery : Bool? = nil, chap_auth_session : Bool? = nil, fs_type : String? = nil, initiator_name : String? = nil, iqn : String, iscsi_interface : String? = nil, lun : Int32, portals : Array? = nil, read_only : Bool? = nil, secret_ref : Api::Core::V1::LocalObjectReference? = nil, target_portal : String)
#