ISCSIVolume Source
data class ISCSIVolumeSource(val chapAuthDiscovery: Boolean? = null, val chapAuthSession: Boolean? = null, val fsType: String? = null, val initiatorName: String? = null, val iqn: String, val iscsiInterface: String? = null, val lun: Int, val portals: List<String>? = null, val readOnly: Boolean? = null, val secretRef: LocalObjectReference? = null, val targetPortal: String)
Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
Constructors
Link copied to clipboard
fun ISCSIVolumeSource(chapAuthDiscovery: Boolean? = null, chapAuthSession: Boolean? = null, fsType: String? = null, initiatorName: String? = null, iqn: String, iscsiInterface: String? = null, lun: Int, portals: List<String>? = null, readOnly: Boolean? = null, secretRef: LocalObjectReference? = null, targetPortal: String)