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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.CinderVolumeSource

Synopsis

Documentation

data CinderVolumeSource Source

Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

Constructors

CinderVolumeSource 

Fields

_volumeID :: !Text
 
_fsType :: !(Maybe Text)
 
_readOnly :: !(Maybe Bool)
 

mkCinderVolumeSource :: Text -> CinderVolumeSource Source

Use this method to build a CinderVolumeSource