haskell-kubernetes-0.4.0: Haskell bindings to the Kubernetes API (via swagger-codegen)

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.AWSElasticBlockStoreVolumeSource

Synopsis

Documentation

data AWSElasticBlockStoreVolumeSource Source

Represents a Persistent Disk resource in AWS.nnAn AWS EBS disk must exist and be formatted 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.

mkAWSElasticBlockStoreVolumeSource :: Text -> Text -> AWSElasticBlockStoreVolumeSource Source

Use this method to build a AWSElasticBlockStoreVolumeSource