Skip to content
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

Fix display of waiting string in pod resource tab #2625

Merged
merged 1 commit into from
Dec 12, 2022

Commits on Dec 9, 2022

  1. Fix display of waiting string in pod resource tab

    Previous change to remove the managedFields from the pod resource tab
    inadvertently affected the display of the string in the waiting state,
    treating it as an array and displaying one character per line.
    
    Update the code to correctly handle this case and display a string
    input as provided. Add test to cover this and prevent future regression.
    AlanGreene committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    b92f338 View commit details
    Browse the repository at this point in the history