RBDPersistentVolumeSource

final case class RBDPersistentVolumeSource(image: String, monitors: Seq[String], readOnly: Option[Boolean], fsType: Option[String], secretRef: Option[SecretReference], pool: Option[String], keyring: Option[String], user: Option[String])

Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

Source:
RBDPersistentVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to monitors

Appends new values to monitors

Source:
RBDPersistentVolumeSource.scala

if fsType has a value, transforms to the result of function

if fsType has a value, transforms to the result of function

Source:
RBDPersistentVolumeSource.scala

transforms image to result of function

transforms image to result of function

Source:
RBDPersistentVolumeSource.scala

if keyring has a value, transforms to the result of function

if keyring has a value, transforms to the result of function

Source:
RBDPersistentVolumeSource.scala

transforms monitors to result of function

transforms monitors to result of function

Source:
RBDPersistentVolumeSource.scala

if pool has a value, transforms to the result of function

if pool has a value, transforms to the result of function

Source:
RBDPersistentVolumeSource.scala

if readOnly has a value, transforms to the result of function

if readOnly has a value, transforms to the result of function

Source:
RBDPersistentVolumeSource.scala

if secretRef has a value, transforms to the result of function

if secretRef has a value, transforms to the result of function

Source:
RBDPersistentVolumeSource.scala

if user has a value, transforms to the result of function

if user has a value, transforms to the result of function

Source:
RBDPersistentVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
RBDPersistentVolumeSource.scala

Returns a new data with image set to new value

Returns a new data with image set to new value

Source:
RBDPersistentVolumeSource.scala

Returns a new data with keyring set to new value

Returns a new data with keyring set to new value

Source:
RBDPersistentVolumeSource.scala

Returns a new data with monitors set to new value

Returns a new data with monitors set to new value

Source:
RBDPersistentVolumeSource.scala

Returns a new data with pool set to new value

Returns a new data with pool set to new value

Source:
RBDPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
RBDPersistentVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Source:
RBDPersistentVolumeSource.scala

Returns a new data with user set to new value

Returns a new data with user set to new value

Source:
RBDPersistentVolumeSource.scala

Inherited methods

Inherited from:
Product