13493: Proxy requests to remote clusters.
[arvados.git] / sdk / go / arvados / container.go
index e71bcd5d0da5cdeaebdc6dfd3be05cd81d681d58..5398d9d74128cd1d941194d37b3ba10eb71a5942 100644 (file)
@@ -53,7 +53,7 @@ type RuntimeConstraints struct {
 // such as Partitions
 type SchedulingParameters struct {
        Partitions  []string `json:"partitions"`
-       Preemptable bool     `json:"preemptable"`
+       Preemptible bool     `json:"preemptible"`
 }
 
 // ContainerList is an arvados#containerList resource.