projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
8099: 7263: Merge branch 'hgi/7263-even-better-busy-behavior' of github.com:wtsi...
[arvados.git]
/
services
/
api
/
app
/
controllers
/
arvados
/
v1
/
containers_controller.rb
1
class Arvados::V1::ContainersController < ApplicationController
2
accept_attribute_as_json :environment, Hash
3
accept_attribute_as_json :mounts, Hash
4
accept_attribute_as_json :runtime_constraints, Hash
5
accept_attribute_as_json :command, Array
6
7
end