PortworxVolumeSource

io.k8s.api.core.v1.PortworxVolumeSource
See thePortworxVolumeSource companion object
final case class PortworxVolumeSource(volumeID: String, fsType: Option[String], readOnly: Option[Boolean])

PortworxVolumeSource represents a Portworx volume resource.

Attributes

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

Members list

Value members

Concrete methods

def mapFsType(f: String => String): PortworxVolumeSource

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

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

Attributes

Source
PortworxVolumeSource.scala
def mapReadOnly(f: Boolean => Boolean): PortworxVolumeSource

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

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

Attributes

Source
PortworxVolumeSource.scala
def mapVolumeID(f: String => String): PortworxVolumeSource

transforms volumeID to result of function

transforms volumeID to result of function

Attributes

Source
PortworxVolumeSource.scala
def withFsType(value: String): PortworxVolumeSource

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source
PortworxVolumeSource.scala
def withReadOnly(value: Boolean): PortworxVolumeSource

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
PortworxVolumeSource.scala
def withVolumeID(value: String): PortworxVolumeSource

Returns a new data with volumeID set to new value

Returns a new data with volumeID set to new value

Attributes

Source
PortworxVolumeSource.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product