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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.FCVolumeSource

Synopsis

Documentation

data FCVolumeSource Source

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

Constructors

FCVolumeSource 

Fields

_targetWWNs :: ![Text]
 
_lun :: !Integer
 
_fsType :: !Text
 
_readOnly :: !(Maybe Bool)
 

mkFCVolumeSource :: [Text] -> Integer -> Text -> FCVolumeSource Source

Use this method to build a FCVolumeSource