Open surajyadav1108 opened 1 month ago
See: Environment Details | Pipeline Logs
Available commands (reply to this comment):
/bns:start
to start the environment /bns:deploy
to redeploy the environment /bns:delete
to remove the environment All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.00%. Comparing base (
7f6340f
) to head (5cfc8ca
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves issue: #19457
1. Added the pod requests info to the Pod tooltip.
This will only show if the pod currently has some reserved requests (running pods with allocated requests).
When the pod completes successfully or fails with an error, the requests will be shown as 0 since they are no longer reserved. (also if the resources aren't declared )
2. For the original request of adding the top/parent resource groups,
Added tests in info.go f and utils.test for scenerios of completed and failed state with allocated resources.
https://github.com/user-attachments/assets/11d02a4f-e576-4f9a-85e4-dd012715e4be
Checklist: