This commit is contained in:
2024-05-31 13:35:39 +03:00
parent e7c968797b
commit 3393934456
65 changed files with 905 additions and 393 deletions

View File

@@ -102,7 +102,7 @@ type ConsumedResourcesInfo struct {
// Information about node CPU
type CpuInfo struct {
// Clock Speed
ClockSpeed uint64 `json:"clockSpeed"`
ClockSpeed float64 `json:"clockSpeed"`
// CoreCount
CoreCount uint64 `json:"coreCount"`