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

Members list

Concise view

Value members

Concrete methods

Appends new values to monitors

Appends new values to monitors

Attributes

Source:
RBDVolumeSource.scala

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

transforms image to result of function

transforms image to result of function

Attributes

Source:
RBDVolumeSource.scala

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

transforms monitors to result of function

transforms monitors to result of function

Attributes

Source:
RBDVolumeSource.scala

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

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

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

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source:
RBDVolumeSource.scala

Returns a new data with image set to new value

Returns a new data with image set to new value

Attributes

Source:
RBDVolumeSource.scala

Returns a new data with keyring set to new value

Returns a new data with keyring set to new value

Attributes

Source:
RBDVolumeSource.scala

Returns a new data with monitors set to new value

Returns a new data with monitors set to new value

Attributes

Source:
RBDVolumeSource.scala

Returns a new data with pool set to new value

Returns a new data with pool set to new value

Attributes

Source:
RBDVolumeSource.scala

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

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product