FlockerVolumeSource

io.k8s.api.core.v1.FlockerVolumeSource
See theFlockerVolumeSource companion object
final case class FlockerVolumeSource(datasetName: Option[String], datasetUUID: Option[String])

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

Attributes

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

Members list

Value members

Concrete methods

def mapDatasetName(f: String => String): FlockerVolumeSource

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

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

Attributes

Source
FlockerVolumeSource.scala
def mapDatasetUUID(f: String => String): FlockerVolumeSource

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

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

Attributes

Source
FlockerVolumeSource.scala
def withDatasetName(value: String): FlockerVolumeSource

Returns a new data with datasetName set to new value

Returns a new data with datasetName set to new value

Attributes

Source
FlockerVolumeSource.scala
def withDatasetUUID(value: String): FlockerVolumeSource

Returns a new data with datasetUUID set to new value

Returns a new data with datasetUUID set to new value

Attributes

Source
FlockerVolumeSource.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product