v1.16.0
This commit is contained in:
@@ -63,11 +63,12 @@ type ItemStorage struct {
|
||||
type GetByNodeData []GetByNodePoint
|
||||
|
||||
type GetByNodePoint struct {
|
||||
Usage NodeUsage `json:"usage"`
|
||||
CPUInfo CPUinfoByNode `json:"cpuInfo"`
|
||||
Name string `json:"name"`
|
||||
ID uint64 `json:"id"`
|
||||
UID string `json:"uid"`
|
||||
Usage NodeUsage `json:"usage"`
|
||||
CPUInfo CPUinfoByNode `json:"cpuInfo"`
|
||||
Name string `json:"name"`
|
||||
ID uint64 `json:"id"`
|
||||
UID string `json:"uid"`
|
||||
TotalVCPUs uint64 `json:"total_vcpus"`
|
||||
}
|
||||
|
||||
type NodeUsage struct {
|
||||
|
||||
Reference in New Issue
Block a user