docker-sdk-rust/docs/ConfigCreateRequest.md
2025-06-16 16:37:36 +07:00

939 B

ConfigCreateRequest

Properties

Name Type Description Notes
name Option<String> User-defined name of the config. [optional]
labels Option<std::collections::HashMap<String, String>> User-defined key/value metadata. [optional]
data Option<String> 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. [optional]
templating Option<models::Driver> [optional]

[Back to Model list] [Back to API list] [Back to README]