-
Notifications
You must be signed in to change notification settings - Fork 213
feat(catalog): add catalog table column customization via app-config #4068
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
base: main
Are you sure you want to change the base?
feat(catalog): add catalog table column customization via app-config #4068
Conversation
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
|
The image is available at: |
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
|
|
The image is available at: |
|
@its-mitesh-kumar: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
This is super interesting and a nice solution. Thanks a lot for that investigation and experiment. 👍 We need to check this with others, esp. PM. Until we have clear commitment I like to add the hold label to make clear that we need to discuss this first. /hold |



Description
This PR introduces the ability for platform engineers to customize which columns are displayed in the Software Catalog table via
app-config.yamlconfiguration.Key changes:
catalog.table.columnsconfiguration schema withinclude,exclude, andcustomoptionscreateCatalogColumnsFunc) to build columns from configurationUI after changes
Screen.Recording.2026-01-27.at.3.mp4
Fixes:
Configuration Examples
Hide specific columns:
Show only specific columns:
Add custom metadata columns:
Show a column only for specific entity kinds:
PR acceptance criteria
Please make sure that the following steps are complete: