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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.AWSElasticBlockStoreVolumeSource

Synopsis

Documentation

data AWSElasticBlockStoreVolumeSource #

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.

Instances

Eq AWSElasticBlockStoreVolumeSource # 
Show AWSElasticBlockStoreVolumeSource # 
Generic AWSElasticBlockStoreVolumeSource # 
Arbitrary AWSElasticBlockStoreVolumeSource # 
ToJSON AWSElasticBlockStoreVolumeSource # 
FromJSON AWSElasticBlockStoreVolumeSource # 
type Rep AWSElasticBlockStoreVolumeSource # 
type Rep AWSElasticBlockStoreVolumeSource = D1 (MetaData "AWSElasticBlockStoreVolumeSource" "Kubernetes.Model.V1.AWSElasticBlockStoreVolumeSource" "haskell-kubernetes-0.5.0-GxXiAZGRooLGeU0BCXYigL" False) (C1 (MetaCons "AWSElasticBlockStoreVolumeSource" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_volumeID") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_fsType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_partition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) (S1 (MetaSel (Just Symbol "_readOnly") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))

mkAWSElasticBlockStoreVolumeSource :: Text -> Text -> AWSElasticBlockStoreVolumeSource #

Use this method to build a AWSElasticBlockStoreVolumeSource