Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 692 Bytes

Secret.md

File metadata and controls

19 lines (9 loc) · 692 Bytes

Secret

Secret represents a Swarm Secret value that must be passed to the CSI storage plugin when operating on this Volume. It represents one key-value pair of possibly many.

Properties

Name Type Description Notes
key String Key is the name of the key of the key-value pair passed to the plugin. [optional]
secret String Secret is the swarm Secret object from which to read data. This can be a Secret name or ID. The Secret data is retrieved by Swarm and used as the value of the key-value pair passed to the plugin. [optional]

Implemented Interfaces

  • Serializable