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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.GCEPersistentDiskVolumeSource

Synopsis

Documentation

data GCEPersistentDiskVolumeSource #

Represents a Persistent Disk resource in Google Compute Engine.nnA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.

Instances

Eq GCEPersistentDiskVolumeSource # 
Show GCEPersistentDiskVolumeSource # 
Generic GCEPersistentDiskVolumeSource # 
Arbitrary GCEPersistentDiskVolumeSource # 
ToJSON GCEPersistentDiskVolumeSource # 
FromJSON GCEPersistentDiskVolumeSource # 
type Rep GCEPersistentDiskVolumeSource # 
type Rep GCEPersistentDiskVolumeSource = D1 (MetaData "GCEPersistentDiskVolumeSource" "Kubernetes.Model.V1.GCEPersistentDiskVolumeSource" "haskell-kubernetes-0.5.0-GxXiAZGRooLGeU0BCXYigL" False) (C1 (MetaCons "GCEPersistentDiskVolumeSource" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pdName") 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))))))

mkGCEPersistentDiskVolumeSource :: Text -> Text -> GCEPersistentDiskVolumeSource #

Use this method to build a GCEPersistentDiskVolumeSource