X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5cd2757a79e7be7ed00156a69191893c3bb7e1c6..dcd20d41fde4216345a20ddfa950b40de74b85b5:/sdk/go/arvados/container.go diff --git a/sdk/go/arvados/container.go b/sdk/go/arvados/container.go index 61c14ea0b6..d59a57c25c 100644 --- a/sdk/go/arvados/container.go +++ b/sdk/go/arvados/container.go @@ -19,13 +19,15 @@ type Container struct { // Mount is special behavior to attach to a filesystem path or device. type Mount struct { - Kind string `json:"kind"` - Writable bool `json:"writable"` - PortableDataHash string `json:"portable_data_hash"` - UUID string `json:"uuid"` - DeviceType string `json:"device_type"` - Path string `json:"path"` - Content interface{} `json:"content"` + Kind string `json:"kind"` + Writable bool `json:"writable"` + PortableDataHash string `json:"portable_data_hash"` + UUID string `json:"uuid"` + DeviceType string `json:"device_type"` + Path string `json:"path"` + Content interface{} `json:"content"` + ExcludeFromOutput bool `json:"exclude_from_output"` + Capacity int64 `json:capacity` } // RuntimeConstraints specify a container's compute resources (RAM,