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

1 KiB

TaskSpecContainerSpecConfigsInner

Properties

Name Type Description Notes
file Option<models::TaskSpecContainerSpecConfigsInnerFile> [optional]
runtime Option<serde_json::Value> Runtime represents a target that is not mounted into the container but is used by the task


> Note: Configs.File and Configs.Runtime are mutually > exclusive

[optional]
config_id Option<String> ConfigID represents the ID of the specific config that we're referencing. [optional]
config_name Option<String> ConfigName is the name of the config that this references, but this is just provided for lookup/display purposes. The config in the reference will be identified by its ID. [optional]

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