You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Originally posted by jl-beast October 19, 2022
Currently from what I see in the Milestone, the implementation of the following basic metadata annotations from the json-schema.org have not been mentioned:
"deprecated"
could be implemented by showing a [deprecated] annotation to the far-right side of the renderer.
"examples"
could be implemented for values by allowing for a drop-down underneath if examples are provided. When an Example is selected it would load it in. Would only be needed for string, number, and integer values.
the "readOnly" and "writeOnly" annotations would need to be specific to kubeApps, so I am not sure what purposes they would be used for.