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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.ISCSIVolumeSource

Synopsis

Documentation

data ISCSIVolumeSource Source

Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

mkISCSIVolumeSource :: Text -> Text -> Integer -> Text -> ISCSIVolumeSource Source

Use this method to build a ISCSIVolumeSource