Config Create Request
constructor(name: String? = null, labels: Map<String, String>? = null, data: String? = null, templating: Driver? = null)
Parameters
name
User-defined name of the config.
labels
User-defined key/value metadata.
`data`
Data is the data to store as a config, formatted as a Base64-url-safe-encoded (RFC 4648) string. The maximum allowed size is 1000KB, as defined in MaxConfigSize.
templating