Type Alias: ConfigSpec ​
ConfigSpec:
object
Type declaration ​
Name | Type | Description |
---|---|---|
Data ? | string | Base64-url-safe-encoded (RFC 4648) config data. |
Labels ? | object | User-defined key/value metadata. |
Name ? | string | User-defined name of the config. |
Templating ? | Driver | Templating driver, if applicable Templating controls whether and how to evaluate the config payload as a template. If no driver is set, no templating is used. |