Merge branch '19972-go-client-retry'
[arvados.git] / sdk / go / arvados / container.go
index 165c8112e8f1ed39cde40e2b6a913072ced0fe32..7b31726aa06f1d2fcd46eae82f51e6aec97cf290 100644 (file)
@@ -121,6 +121,7 @@ type SchedulingParameters struct {
        Partitions  []string `json:"partitions"`
        Preemptible bool     `json:"preemptible"`
        MaxRunTime  int      `json:"max_run_time"`
+       Supervisor  bool     `json:"supervisor"`
 }
 
 // ContainerList is an arvados#containerList resource.