AWSElasticBlockStoreVolumeSource

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

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.

Source:
AWSElasticBlockStoreVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any