-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
In recent versions of K9s, resource names are displayed with their full API version prefix (e.g., v1/pods), which can be verbose and affect readability. It would be beneficial to have an option in the K9s configuration to display resource names without the API version prefix, reverting to the previous simpler format (e.g., displaying pods instead of v1/pods).
Proposed Solution:
Introduce a configuration setting (e.g., k9s.ui.showApiVersionPrefix
) that allows users to toggle the display of the API version prefix in resource names. When set to false, K9s would display resource names without the API version prefix.
Benefits:
Improves readability by simplifying resource names.
Provides users with the flexibility to choose their preferred display format.