Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data SecretVolumeSource #
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.
mkSecretVolumeSource :: SecretVolumeSource #
Use this method to build a SecretVolumeSource