cri-o/vendor/github.com/opencontainers/runtime-spec/schema/defs-windows.json

11 lines
240 B
JSON
Raw Normal View History

{
"definitions": {
"cpuShares": {
"description": "Relative weight to other containers with CPU Shares defined",
"type": "integer",
"minimum": 1,
"maximum": 10000
}
}
}