class Pyrite::Api::Core::V1::ISCSIPersistentVolumeSource
Overview
ISCSIPersistentVolumeSource 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_persistent_volume_source.crConstructors
- 
        .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
        
          
ISCSIPersistentVolumeSource represents an ISCSI disk.
 - 
        .new(pull : JSON::PullParser)
        
          
ISCSIPersistentVolumeSource 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::SecretReference? = 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::SecretReference?
 - #secret_ref=(secret_ref : Api::Core::V1::SecretReference?)
 - #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
ISCSIPersistentVolumeSource 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.)
ISCSIPersistentVolumeSource 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.)