From 20f6c33e3ec4692c0c59d4b1339afed32387b43c Mon Sep 17 00:00:00 2001 From: Jake Gealer Date: Tue, 14 Mar 2023 21:04:44 +0000 Subject: [PATCH] make update-types --- types/testdata/types.Container.json | 7 ++++--- types/testdata/types.ContainerMetrics.json | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/types/testdata/types.Container.json b/types/testdata/types.Container.json index 97817df..0174205 100644 --- a/types/testdata/types.Container.json +++ b/types/testdata/types.Container.json @@ -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 } ] } diff --git a/types/testdata/types.ContainerMetrics.json b/types/testdata/types.ContainerMetrics.json index 8e45fc8..2dc86d5 100644 --- a/types/testdata/types.ContainerMetrics.json +++ b/types/testdata/types.ContainerMetrics.json @@ -1,4 +1,5 @@ { "cpu_usage_percent": 0, - "memory_usage_percent": 1 + "memory_usage_percent": 1, + "memory_usage_bytes": 2 } \ No newline at end of file