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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.GCEPersistentDiskVolumeSource

Synopsis

Documentation

data GCEPersistentDiskVolumeSource Source

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.

mkGCEPersistentDiskVolumeSource :: Text -> Text -> GCEPersistentDiskVolumeSource Source

Use this method to build a GCEPersistentDiskVolumeSource