PortworxVolumeSource

final case class PortworxVolumeSource(volumeID: String, fsType: Option[String], readOnly: Option[Boolean])

PortworxVolumeSource represents a Portworx volume resource.

Source:
PortworxVolumeSource.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:
PortworxVolumeSource.scala

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

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

Source:
PortworxVolumeSource.scala

transforms volumeID to result of function

transforms volumeID to result of function

Source:
PortworxVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
PortworxVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
PortworxVolumeSource.scala

Returns a new data with volumeID set to new value

Returns a new data with volumeID set to new value

Source:
PortworxVolumeSource.scala

Inherited methods

Inherited from:
Product