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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.HostPathVolumeSource

Synopsis

Documentation

data HostPathVolumeSource #

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

Constructors

HostPathVolumeSource 

Fields

mkHostPathVolumeSource :: Text -> HostPathVolumeSource #

Use this method to build a HostPathVolumeSource