mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
@@ -49,7 +49,7 @@
|
||||
},
|
||||
"oomScoreAdj": {
|
||||
"id": "https://opencontainers.org/schema/bundle/linux/resources/oomScoreAdj",
|
||||
"type": "integer",
|
||||
"type": "integer"
|
||||
},
|
||||
"pids": {
|
||||
"id": "https://opencontainers.org/schema/bundle/linux/resources/pids",
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
}
|
||||
},
|
||||
"blkioWeight": {
|
||||
"type": "integer",
|
||||
"type": "integer"
|
||||
},
|
||||
"blockIODevice": {
|
||||
"type": "object",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"definitions": {
|
||||
"cpuShares": {
|
||||
"description": "Relative weight to other containers with CPU Shares defined",
|
||||
"type": "integer",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user