GCEPersistentDiskVolumeSource

io.k8s.api.core.v1.GCEPersistentDiskVolumeSource
See theGCEPersistentDiskVolumeSource companion object
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.

Attributes

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

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

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

Attributes

Source
GCEPersistentDiskVolumeSource.scala

transforms pdName to result of function

transforms pdName to result of function

Attributes

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

Attributes

Source
GCEPersistentDiskVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source
GCEPersistentDiskVolumeSource.scala

Returns a new data with partition set to new value

Returns a new data with partition set to new value

Attributes

Source
GCEPersistentDiskVolumeSource.scala

Returns a new data with pdName set to new value

Returns a new data with pdName set to new value

Attributes

Source
GCEPersistentDiskVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
GCEPersistentDiskVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product