From c3668dc94c82571877d5da8d96c06eb5b20affec Mon Sep 17 00:00:00 2001 From: chetan-spheron Date: Mon, 30 Sep 2024 18:19:47 +0530 Subject: [PATCH] version and bandwidth added --- go/inventory/v1/metrics.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/inventory/v1/metrics.go b/go/inventory/v1/metrics.go index 1a2da149..d9e97faa 100644 --- a/go/inventory/v1/metrics.go +++ b/go/inventory/v1/metrics.go @@ -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 {