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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.HostPathVolumeSource

Synopsis

Documentation

data HostPathVolumeSource Source

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

Constructors

HostPathVolumeSource 

Fields

_path :: !Text
 

mkHostPathVolumeSource :: Text -> HostPathVolumeSource Source

Use this method to build a HostPathVolumeSource