GCEPersistentDiskVolumeSource

final case class GCEPersistentDiskVolumeSource(pdName: String, fsType: Option[String], partition: Option[Int], readOnly: Option[Boolean])

Represents a Persistent Disk resource in Google Compute Engine.

A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

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

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

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

Source:
GCEPersistentDiskVolumeSource.scala

transforms pdName to result of function

transforms pdName to result of function

Source:
GCEPersistentDiskVolumeSource.scala

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

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

Source:
GCEPersistentDiskVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
GCEPersistentDiskVolumeSource.scala

Returns a new data with partition set to new value

Returns a new data with partition set to new value

Source:
GCEPersistentDiskVolumeSource.scala

Returns a new data with pdName set to new value

Returns a new data with pdName set to new value

Source:
GCEPersistentDiskVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
GCEPersistentDiskVolumeSource.scala

Inherited methods

Inherited from:
Product