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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.GlusterfsVolumeSource

Synopsis

Documentation

data GlusterfsVolumeSource Source

Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

Constructors

GlusterfsVolumeSource 

Fields

_endpoints :: !Text
 
_path :: !Text
 
_readOnly :: !(Maybe Bool)
 

mkGlusterfsVolumeSource :: Text -> Text -> GlusterfsVolumeSource Source

Use this method to build a GlusterfsVolumeSource