Skip to content

Commit

Permalink
Deploying to gh-pages from @ f442b54 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
noasaunders219 committed Nov 9, 2023
1 parent c44f1c4 commit 0f02f85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -62019,22 +62019,26 @@
"cpuPerUnit": {
"description": "Configure the number of CPUs to allocate the headroom. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.\n",
"type": "integer",
"example": 1024
"example": 1024,
"default": 0
},
"memoryPerUnit": {
"description": "Configure the amount of memory (MiB) to allocate the headroom.\n",
"type": "integer",
"example": 512
"example": 512,
"default": 0
},
"gpuPerUnit": {
"type": "integer",
"description": "Amont of GPU to allocate for headroom unit.\n",
"example": 0
"example": 0,
"default": 0
},
"numOfUnits": {
"description": "The number of units to retain as headroom, where each unit has the defined headroom CPU and memory.\n",
"type": "integer",
"example": 2
"example": 2,
"default": 0
}
}
}
Expand Down

0 comments on commit 0f02f85

Please sign in to comment.