FlockerVolumeSource

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.

Companion:
object
Source:
FlockerVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
FlockerVolumeSource.scala

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

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

Source:
FlockerVolumeSource.scala

Returns a new data with datasetName set to new value

Returns a new data with datasetName set to new value

Source:
FlockerVolumeSource.scala

Returns a new data with datasetUUID set to new value

Returns a new data with datasetUUID set to new value

Source:
FlockerVolumeSource.scala

Inherited methods

Inherited from:
Product