Skip to content

Commit

Permalink
version and bandwidth added
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-spheron committed Sep 30, 2024
1 parent 992fb39 commit c3668dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/inventory/v1/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ type NodeMetrics struct {
Name string `json:"name"`
Allocatable ResourcesMetric `json:"allocatable"`
Available ResourcesMetric `json:"available"`
Bandwidth string `json:"bandwidth,omitempty"`
Version string `json:"version,omitempty"`
}

type Metrics struct {
Expand Down

0 comments on commit c3668dc

Please sign in to comment.