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

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

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

transforms volumeID to result of function

transforms volumeID to result of function

Attributes

Source
PortworxVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source
PortworxVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
PortworxVolumeSource.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product