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