ISCSIPersistentVolumeSource
final case class ISCSIPersistentVolumeSource(portals: Option[Seq[String]], readOnly: Option[Boolean], chapAuthDiscovery: Option[Boolean], fsType: Option[String], secretRef: Option[SecretReference], iqn: String, initiatorName: Option[String], iscsiInterface: Option[String], targetPortal: String, lun: Int, chapAuthSession: Option[Boolean])
ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.