21 lines
480 B
JSON
21 lines
480 B
JSON
|
{
|
||
|
"definitions": {
|
||
|
"cpuShares": {
|
||
|
"description": "Relative weight to other containers with CPU Shares defined",
|
||
|
"type": "integer",
|
||
|
"minimum": 1,
|
||
|
"maximum": 10000
|
||
|
},
|
||
|
"cpuSharesPointer": {
|
||
|
"oneOf": [
|
||
|
{
|
||
|
"$ref": "#/definitions/cpuShares"
|
||
|
},
|
||
|
{
|
||
|
"type": "null"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|