RBDVolumeSource

io.k8s.api.core.v1.RBDVolumeSource
See theRBDVolumeSource companion object
final case class RBDVolumeSource(image: String, monitors: Seq[String], readOnly: Option[Boolean], fsType: Option[String], secretRef: Option[LocalObjectReference], 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
RBDVolumeSource.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*): RBDVolumeSource

Appends new values to monitors

Appends new values to monitors

Attributes

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

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

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

Attributes

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

transforms image to result of function

transforms image to result of function

Attributes

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

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

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

Attributes

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

transforms monitors to result of function

transforms monitors to result of function

Attributes

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

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

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

Attributes

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

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

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

Attributes

Source
RBDVolumeSource.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
RBDVolumeSource.scala
def mapUser(f: String => String): RBDVolumeSource

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

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

Attributes

Source
RBDVolumeSource.scala
def withFsType(value: String): RBDVolumeSource

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

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

Returns a new data with image set to new value

Returns a new data with image set to new value

Attributes

Source
RBDVolumeSource.scala
def withKeyring(value: String): RBDVolumeSource

Returns a new data with keyring set to new value

Returns a new data with keyring set to new value

Attributes

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

Returns a new data with monitors set to new value

Returns a new data with monitors set to new value

Attributes

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

Returns a new data with pool set to new value

Returns a new data with pool set to new value

Attributes

Source
RBDVolumeSource.scala
def withReadOnly(value: Boolean): RBDVolumeSource

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
RBDVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Attributes

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

Returns a new data with user set to new value

Returns a new data with user set to new value

Attributes

Source
RBDVolumeSource.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product