Skip to content

Commit

Permalink
make update-types
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJSD committed Mar 14, 2023
1 parent 440c6a3 commit 20f6c33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions types/testdata/types.Container.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
},
"metrics": {
"cpu_usage_percent": 12,
"memory_usage_percent": 13
"memory_usage_percent": 13,
"memory_usage_bytes": 14
},
"overrides": {
"ram": "jkl",
"vcpu": 14,
"vcpu": 15,
"vgpu": [
{
"type": "mno",
"count": 17
"count": 18
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion types/testdata/types.ContainerMetrics.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cpu_usage_percent": 0,
"memory_usage_percent": 1
"memory_usage_percent": 1,
"memory_usage_bytes": 2
}

0 comments on commit 20f6c33

Please sign in to comment.