Task Spec Response
data class TaskSpecResponse(val containers: List<ContainerResponse>, val maxRetries: Int, val serviceAccountName: String, val timeoutSeconds: String, val volumes: List<VolumeResponse>)
TaskSpec is a description of a task.
Constructors
Link copied to clipboard
fun TaskSpecResponse(containers: List<ContainerResponse>, maxRetries: Int, serviceAccountName: String, timeoutSeconds: String, volumes: List<VolumeResponse>)