X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/02010431f52911a6ff908e673c534291beb929ac..8734a7391a5672eebcdf572d93bae1b3ed1179c9:/sdk/go/arvados/container.go diff --git a/sdk/go/arvados/container.go b/sdk/go/arvados/container.go index 61c14ea0b6..36d9af1a26 100644 --- a/sdk/go/arvados/container.go +++ b/sdk/go/arvados/container.go @@ -19,13 +19,14 @@ 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"` } // RuntimeConstraints specify a container's compute resources (RAM,