Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 731 Bytes

File metadata and controls

14 lines (9 loc) · 731 Bytes

SecretSpec

Properties

Name Type Description Notes
name kotlin.String User-defined name of the secret. [optional]
labels kotlin.collections.MutableMap<kotlin.String, kotlin.String> User-defined key/value metadata. [optional]
`data` kotlin.String Base64-url-safe-encoded (RFC 4648) data to store as secret. This field is only used to create a secret, and is not returned by other endpoints. [optional]
driver Driver [optional]
templating Driver [optional]