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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.VolumeMount

Synopsis

Documentation

data VolumeMount Source

VolumeMount describes a mounting of a Volume within a container.

Constructors

VolumeMount 

Fields

_name :: !Text
 
_readOnly :: !(Maybe Bool)
 
_mountPath :: !Text
 

mkVolumeMount :: Text -> Text -> VolumeMount Source

Use this method to build a VolumeMount