LocalVolumeSource

io.k8s.api.core.v1.LocalVolumeSource
See theLocalVolumeSource companion object
final case class LocalVolumeSource(path: String, fsType: Option[String])

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

Attributes

Companion:
object
Source:
LocalVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

Attributes

Source:
LocalVolumeSource.scala

transforms path to result of function

transforms path to result of function

Attributes

Source:
LocalVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source:
LocalVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source:
LocalVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product