LocalVolumeSource

final case class LocalVolumeSource(path: String, fsType: Option[String])

Local represents directly-attached storage with node affinity (Beta feature)

Source:
LocalVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
LocalVolumeSource.scala

transforms path to result of function

transforms path to result of function

Source:
LocalVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
LocalVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
LocalVolumeSource.scala

Inherited methods

Inherited from:
Product