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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

transforms registry to result of function

transforms registry to result of function

Attributes

Source:
QuobyteVolumeSource.scala

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

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

transforms volume to result of function

transforms volume to result of function

Attributes

Source:
QuobyteVolumeSource.scala

Returns a new data with group set to new value

Returns a new data with group set to new value

Attributes

Source:
QuobyteVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
QuobyteVolumeSource.scala

Returns a new data with registry set to new value

Returns a new data with registry set to new value

Attributes

Source:
QuobyteVolumeSource.scala

Returns a new data with tenant set to new value

Returns a new data with tenant set to new value

Attributes

Source:
QuobyteVolumeSource.scala

Returns a new data with user set to new value

Returns a new data with user set to new value

Attributes

Source:
QuobyteVolumeSource.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product