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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.NFSVolumeSource

Synopsis

Documentation

data NFSVolumeSource Source

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

Constructors

NFSVolumeSource 

Fields

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

mkNFSVolumeSource :: Text -> Text -> NFSVolumeSource Source

Use this method to build a NFSVolumeSource