Parse default
field for schema and auto populate in Form field
#3640
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Description
Currently, busola doesn't parse the
default
field when callinguseGetSchema
.Reasons
We like to automatically populate default values when creating a resource within busola UI.
Attachments
Assume we have the following YAML snippet:
useGetSchema
will parseenum
andtype
but fails to parsedefault
.We'd like to parse it and auto populate/set the field on the Form
The text was updated successfully, but these errors were encountered: