Merge branch 'master' of git.curoverse.com:arvados into 13330-cwl-intermediate-collec...
[arvados.git] / sdk / go / arvados / container.go
index e71bcd5d0da5cdeaebdc6dfd3be05cd81d681d58..210ed9981c07292ec3c1508da978eaac351acae7 100644 (file)
@@ -53,7 +53,8 @@ type RuntimeConstraints struct {
 // such as Partitions
 type SchedulingParameters struct {
        Partitions  []string `json:"partitions"`
-       Preemptable bool     `json:"preemptable"`
+       Preemptible bool     `json:"preemptible"`
+       MaxRunTime  int      `json:"max_run_time"`
 }
 
 // ContainerList is an arvados#containerList resource.