mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix buggy node metrics/chart (#1748)
* fix buggy node metrics/chart Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix linter error Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
d620aa6722
commit
eb7703f389
@ -26,9 +26,11 @@ export const NodeCharts = observer(() => {
|
|||||||
const [
|
const [
|
||||||
memoryUsage,
|
memoryUsage,
|
||||||
memoryRequests,
|
memoryRequests,
|
||||||
|
_memoryLimits, // eslint-disable-line unused-imports/no-unused-vars-ts
|
||||||
memoryCapacity,
|
memoryCapacity,
|
||||||
cpuUsage,
|
cpuUsage,
|
||||||
cpuRequests,
|
cpuRequests,
|
||||||
|
_cpuLimits, // eslint-disable-line unused-imports/no-unused-vars-ts
|
||||||
cpuCapacity,
|
cpuCapacity,
|
||||||
podUsage,
|
podUsage,
|
||||||
podCapacity,
|
podCapacity,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user