RBDPersistentVolumeSource

io.k8s.api.core.v1.RBDPersistentVolumeSource
See theRBDPersistentVolumeSource companion object
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.

Attributes

Companion
object
Source
RBDPersistentVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addMonitors(newValues: String*): RBDPersistentVolumeSource

Appends new values to monitors

Appends new values to monitors

Attributes

Source
RBDPersistentVolumeSource.scala
def mapFsType(f: String => String): RBDPersistentVolumeSource

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

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

Attributes

Source
RBDPersistentVolumeSource.scala
def mapImage(f: String => String): RBDPersistentVolumeSource

transforms image to result of function

transforms image to result of function

Attributes

Source
RBDPersistentVolumeSource.scala
def mapKeyring(f: String => String): RBDPersistentVolumeSource

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

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

Attributes

Source
RBDPersistentVolumeSource.scala
def mapMonitors(f: Seq[String] => Seq[String]): RBDPersistentVolumeSource

transforms monitors to result of function

transforms monitors to result of function

Attributes

Source
RBDPersistentVolumeSource.scala
def mapPool(f: String => String): RBDPersistentVolumeSource

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

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

Attributes

Source
RBDPersistentVolumeSource.scala
def mapReadOnly(f: Boolean => Boolean): RBDPersistentVolumeSource

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

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

Attributes

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

Attributes

Source
RBDPersistentVolumeSource.scala
def mapUser(f: String => String): RBDPersistentVolumeSource

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

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

Attributes

Source
RBDPersistentVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source
RBDPersistentVolumeSource.scala
def withImage(value: String): RBDPersistentVolumeSource

Returns a new data with image set to new value

Returns a new data with image set to new value

Attributes

Source
RBDPersistentVolumeSource.scala

Returns a new data with keyring set to new value

Returns a new data with keyring set to new value

Attributes

Source
RBDPersistentVolumeSource.scala
def withMonitors(value: Seq[String]): RBDPersistentVolumeSource

Returns a new data with monitors set to new value

Returns a new data with monitors set to new value

Attributes

Source
RBDPersistentVolumeSource.scala
def withPool(value: String): RBDPersistentVolumeSource

Returns a new data with pool set to new value

Returns a new data with pool set to new value

Attributes

Source
RBDPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
RBDPersistentVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Attributes

Source
RBDPersistentVolumeSource.scala
def withUser(value: String): RBDPersistentVolumeSource

Returns a new data with user set to new value

Returns a new data with user set to new value

Attributes

Source
RBDPersistentVolumeSource.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product