Update godeps
This commit is contained in:
parent
8b25cc67a5
commit
a736fba0e1
769 changed files with 15495 additions and 7996 deletions
3
vendor/github.com/opencontainers/runc/libcontainer/configs/device.go
generated
vendored
3
vendor/github.com/opencontainers/runc/libcontainer/configs/device.go
generated
vendored
|
|
@ -35,6 +35,9 @@ type Device struct {
|
|||
|
||||
// Gid of the device.
|
||||
Gid uint32 `json:"gid"`
|
||||
|
||||
// Write the file to the allowed list
|
||||
Allow bool `json:"allow"`
|
||||
}
|
||||
|
||||
func (d *Device) CgroupString() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue