PhotonPersistentDiskVolumeSource

case class PhotonPersistentDiskVolumeSource(fsType: Optional[String], pdID: String)

Represents a Photon Controller persistent disk resource.

Value Params
fsType

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

pdID

ID that identifies Photon Controller persistent disk

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getFsType: IO[K8sFailure, String]

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getPdID: IO[K8sFailure, String]

ID that identifies Photon Controller persistent disk

ID that identifies Photon Controller persistent disk

This effect always succeeds, it is safe to use the field pdID directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product