PhotonPersistentDiskVolumeSource

io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource
See thePhotonPersistentDiskVolumeSource companion object
final case class PhotonPersistentDiskVolumeSource(pdID: String, fsType: Option[String])

Represents a Photon Controller persistent disk resource.

Attributes

Companion
object
Source
PhotonPersistentDiskVolumeSource.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): PhotonPersistentDiskVolumeSource

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

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

Attributes

Source
PhotonPersistentDiskVolumeSource.scala
def mapPdID(f: String => String): PhotonPersistentDiskVolumeSource

transforms pdID to result of function

transforms pdID to result of function

Attributes

Source
PhotonPersistentDiskVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source
PhotonPersistentDiskVolumeSource.scala

Returns a new data with pdID set to new value

Returns a new data with pdID set to new value

Attributes

Source
PhotonPersistentDiskVolumeSource.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product