Task Spec Container Spec Configs Inner
@Serializable
Parameters
file
runtime
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
config ID
ConfigID represents the ID of the specific config that we're referencing.
config Name
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.
Constructors
Link copied to clipboard
constructor(file: TaskSpecContainerSpecConfigsInnerFile? = null, runtime: JsonObject? = null, configID: String? = null, configName: String? = null)