busola icon indicating copy to clipboard operation
busola copied to clipboard

Format the `Resource` form widget list

Open pPrecel opened this issue 5 months ago • 0 comments

Description

It would be nice to have the option to customize the resources view in the resources list in the Resource Widget.

Reasons

In our use-case, a user should have the possibility to choose one gateway from the list and then save his choice in <GATEWAY_NAMESPACE>/<GATEWAY_NAME> format.

From my observations, the same use-case has ApiRule resource and ApiGateway developers decided to split resource choice into three forms. First with the namespace, second with the name, and the third displaying formatted output and passing this information to the ApiRule CR:

Screenshot 2024-09-25 at 10 20 08

This solution is too complicated and not intuitive for users who expect to see possibly the same fields under resource spec and in edit mode on UI.

pPrecel avatar Sep 25 '24 08:09 pPrecel