-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Implement CRD Object Detail Page #4123
Comments
@eloyekunle Few remarks:
|
The CRD object spec may vary across the CRDs, since each CRD defines the possible fields for the objects. So, I don't think we can come up with a predefined set of fields to display for the object information. |
@eloyekunle Yes, but you can display only part of the YAML. |
Do you mean e.g. just showing the |
Yes, exactly. But the whole YAML is also fine in the end. |
What would you like to be added
Objects created as CRDs can contain arbitrary JSON/YAML data. It is difficult to display the data in an intuitive way that captures the intended use of the resource. It is proposed that the entire arbitrary JSON/YAML data be shown in a structured text format using the library currently used for the edit dialog.
Current Object Detail Page
TODO
Comments
Credits: the TPR design proposal.
Ref: #4030
Ref: #2493
The text was updated successfully, but these errors were encountered: