AWSElasticBlockStoreVolumeSource

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

Represents a Persistent Disk resource in AWS.

An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

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

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

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

Source:
AWSElasticBlockStoreVolumeSource.scala

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

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

Source:
AWSElasticBlockStoreVolumeSource.scala

transforms volumeID to result of function

transforms volumeID to result of function

Source:
AWSElasticBlockStoreVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
AWSElasticBlockStoreVolumeSource.scala

Returns a new data with partition set to new value

Returns a new data with partition set to new value

Source:
AWSElasticBlockStoreVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
AWSElasticBlockStoreVolumeSource.scala

Returns a new data with volumeID set to new value

Returns a new data with volumeID set to new value

Source:
AWSElasticBlockStoreVolumeSource.scala

Inherited methods

Inherited from:
Product