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