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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.SecretVolumeSource

Synopsis

Documentation

data SecretVolumeSource Source

Adapts a Secret into a volume.nnThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.

Constructors

SecretVolumeSource 

Fields

_secretName :: !(Maybe Text)
 

mkSecretVolumeSource :: SecretVolumeSource Source

Use this method to build a SecretVolumeSource