QuobyteVolumeSource

io.k8s.api.core.v1.QuobyteVolumeSource
See theQuobyteVolumeSource companion object
final case class QuobyteVolumeSource(registry: String, volume: String, readOnly: Option[Boolean], tenant: Option[String], group: Option[String], user: Option[String])

Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.

Attributes

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

Members list

Value members

Concrete methods

def mapGroup(f: String => String): QuobyteVolumeSource

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

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

Attributes

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

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

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

Attributes

Source
QuobyteVolumeSource.scala
def mapRegistry(f: String => String): QuobyteVolumeSource

transforms registry to result of function

transforms registry to result of function

Attributes

Source
QuobyteVolumeSource.scala
def mapTenant(f: String => String): QuobyteVolumeSource

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

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

Attributes

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

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

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

Attributes

Source
QuobyteVolumeSource.scala
def mapVolume(f: String => String): QuobyteVolumeSource

transforms volume to result of function

transforms volume to result of function

Attributes

Source
QuobyteVolumeSource.scala
def withGroup(value: String): QuobyteVolumeSource

Returns a new data with group set to new value

Returns a new data with group set to new value

Attributes

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

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
QuobyteVolumeSource.scala
def withRegistry(value: String): QuobyteVolumeSource

Returns a new data with registry set to new value

Returns a new data with registry set to new value

Attributes

Source
QuobyteVolumeSource.scala
def withTenant(value: String): QuobyteVolumeSource

Returns a new data with tenant set to new value

Returns a new data with tenant set to new value

Attributes

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

Returns a new data with user set to new value

Returns a new data with user set to new value

Attributes

Source
QuobyteVolumeSource.scala
def withVolume(value: String): QuobyteVolumeSource

Returns a new data with volume set to new value

Returns a new data with volume set to new value

Attributes

Source
QuobyteVolumeSource.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product