case class ISCSIPersistentVolumeSource(targetPortal: String, iqn: String, lun: Int, chapAuthDiscovery: Option[Boolean] = None, chapAuthSession: Option[Boolean] = None, fsType: Option[String] = None, initiatorName: Option[String] = None, iscsiInterface: Option[String] = None, portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, secretRef: Option[SecretReference] = None) extends Product with Serializable
ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
- targetPortal
targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
- iqn
iqn is Target iSCSI Qualified Name.
- lun
lun is iSCSI Target Lun number.
- chapAuthDiscovery
chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication
- chapAuthSession
chapAuthSession defines whether support iSCSI Session CHAP authentication
- fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
- initiatorName
initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection
- iscsiInterface
iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp)
- portals
portals is the iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
- readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.
- secretRef
secretRef is the CHAP Secret for iSCSI target and initiator authentication
- Alphabetic
- By Inheritance
- ISCSIPersistentVolumeSource
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ISCSIPersistentVolumeSource(targetPortal: String, iqn: String, lun: Int, chapAuthDiscovery: Option[Boolean] = None, chapAuthSession: Option[Boolean] = None, fsType: Option[String] = None, initiatorName: Option[String] = None, iscsiInterface: Option[String] = None, portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, secretRef: Option[SecretReference] = None)
- targetPortal
targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
- iqn
iqn is Target iSCSI Qualified Name.
- lun
lun is iSCSI Target Lun number.
- chapAuthDiscovery
chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication
- chapAuthSession
chapAuthSession defines whether support iSCSI Session CHAP authentication
- fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
- initiatorName
initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection
- iscsiInterface
iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp)
- portals
portals is the iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
- readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.
- secretRef
secretRef is the CHAP Secret for iSCSI target and initiator authentication
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chapAuthDiscovery: Option[Boolean]
- val chapAuthSession: Option[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fsType: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val initiatorName: Option[String]
- val iqn: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iscsiInterface: Option[String]
- val lun: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val portals: Option[Seq[String]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readOnly: Option[Boolean]
- val secretRef: Option[SecretReference]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetPortal: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated