14360: Merge branch 'master'
[arvados.git] / sdk / go / arvados / container.go
index def4e33cbb5f771cfbe6edbcec0d9704bab518af..02a0d76decbad272baee737282b5087a72a33c60 100644 (file)
@@ -57,6 +57,7 @@ type ContainerRequest struct {
        UseExisting             bool                   `json:"use_existing"`
        LogUUID                 string                 `json:"log_uuid"`
        OutputUUID              string                 `json:"output_uuid"`
+       RuntimeToken            string                 `json:"runtime_token"`
 }
 
 // Mount is special behavior to attach to a filesystem path or device.