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 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:
PhotonPersistentDiskVolumeSource.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product