ISCSIVolume Source Patch
data class ISCSIVolumeSourcePatch(val chapAuthDiscovery: Boolean? = null, val chapAuthSession: Boolean? = null, val fsType: String? = null, val initiatorName: String? = null, val iqn: String? = null, val iscsiInterface: String? = null, val lun: Int? = null, val portals: List<String>? = null, val readOnly: Boolean? = null, val secretRef: LocalObjectReferencePatch? = null, val targetPortal: String? = null)
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 ISCSIVolumeSourcePatch(chapAuthDiscovery: Boolean? = null, chapAuthSession: Boolean? = null, fsType: String? = null, initiatorName: String? = null, iqn: String? = null, iscsiInterface: String? = null, lun: Int? = null, portals: List<String>? = null, readOnly: Boolean? = null, secretRef: LocalObjectReferencePatch? = null, targetPortal: String? = null)