Skip to content

Commit

Permalink
Reponse
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Mar 19, 2024
1 parent 942fc85 commit c7e02da
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions api/models/v1_size_constraint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4473,6 +4473,13 @@
"v1.SizeConstraint": {
"description": "a machine matches to a size in order to make them easier to categorize",
"properties": {
"gpus": {
"additionalProperties": {
"type": "integer"
},
"description": "the count of different gpus",
"type": "object"
},
"max": {
"description": "the maximum value of the constraint",
"format": "integer",
Expand All @@ -4495,6 +4502,7 @@
}
},
"required": [
"gpus",
"max",
"min",
"type"
Expand Down

0 comments on commit c7e02da

Please sign in to comment.