AWSElasticBlockStoreVolumeSource

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

Attributes

Companion:
object
Source:
AWSElasticBlockStoreVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

transforms volumeID to result of function

transforms volumeID to result of function

Attributes

Source:
AWSElasticBlockStoreVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source:
AWSElasticBlockStoreVolumeSource.scala

Returns a new data with partition set to new value

Returns a new data with partition set to new value

Attributes

Source:
AWSElasticBlockStoreVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
AWSElasticBlockStoreVolumeSource.scala

Returns a new data with volumeID set to new value

Returns a new data with volumeID set to new value

Attributes

Source:
AWSElasticBlockStoreVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product