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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.EmptyDirVolumeSource

Synopsis

Documentation

data EmptyDirVolumeSource Source

Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

Constructors

EmptyDirVolumeSource 

Fields

_medium :: !(Maybe Text)
 

mkEmptyDirVolumeSource :: EmptyDirVolumeSource Source

Use this method to build a EmptyDirVolumeSource