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.
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] |
- Serializable