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

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

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

Returns a new data with datasetName set to new value

Returns a new data with datasetName set to new value

Attributes

Source
FlockerVolumeSource.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product