-
Notifications
You must be signed in to change notification settings - Fork 6.6k
feat(ui): Requests info for Cpu and Mem added to Pod details #20637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
agaudreault
merged 26 commits into
argoproj:master
from
surajyadav1108:pod-view-cpu-mem
Jul 31, 2025
Merged
Changes from 6 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
9817061
cpu-mem-requests-added
surajyadav1108 afcd1ec
lint
surajyadav1108 64c15e0
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 c7b702f
Merge branch 'argoproj:master' into pod-view-cpu-mem
surajyadav1108 2dbfd7c
refactor-changes
surajyadav1108 1819d3f
added-as-constants
surajyadav1108 b4ef9b5
another-one
surajyadav1108 d5b30e7
parenethesis
surajyadav1108 3534c5f
ci-fixes
surajyadav1108 1fcbb04
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 246c2ce
ci-fix
surajyadav1108 23198a4
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 5a77b8f
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 62dce40
Update v1 to corev1
surajyadav1108 087837b
replace sprintf with strconv
surajyadav1108 4917c25
remove-grouped-requests
surajyadav1108 093c084
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 a8a8ff5
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 1d13ed1
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 17c0d29
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 2f565e1
refactor-with-new-changes
surajyadav1108 7f0a616
lint-ci-fixes
surajyadav1108 ac6c992
remove-export
surajyadav1108 3a27e86
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 4b394b8
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 32299ea
Merge branch 'master' into pod-view-cpu-mem
surajyadav1108 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the code above, it is very likely that the reason string could be set to a more "detailed" value, such as
ExitCode:%s. Instead of basing the condition on the string, use the bool variable available above such asinitializingandhasRunning, or add a new one.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, used !isPodPhaseTerminal no need to use these initializing hasRunning as these are requests. It's also helpful for the user to see when pods aren't scheduled.