feat(ui): Requests info for Cpu and Mem added to Pod details (#20637)

Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
Signed-off-by: Suraj yadav <harrypotter1108@gmail.com>
This commit is contained in:
Suraj yadav
2025-07-31 22:25:12 +05:30
committed by GitHub
parent f3dbc6f9de
commit 72d054d772
7 changed files with 352 additions and 10 deletions

View File

@@ -100,6 +100,12 @@ const (
PluginConfigFileName = "plugin.yaml"
)
// consts for podrequests metrics in cache/info
const (
PodRequestsCPU = "cpu"
PodRequestsMEM = "memory"
)
// Argo CD application related constants
const (