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
I would like to create a validator for kustomization files - but the codegen requires a CRD to generate schema types. Suggest we support generation of types for any json-schema provided in a src/schemas/plain folder - named after the schema file itself.
Follow-up question is if we should support parsing/validation of any YAML file - in which case the Resource object would have to be modified accordingly and name, apiVersion, kind would be optional?
The text was updated successfully, but these errors were encountered:
I would like to create a validator for kustomization files - but the codegen requires a CRD to generate schema types. Suggest we support generation of types for any json-schema provided in a
src/schemas/plain
folder - named after the schema file itself.Follow-up question is if we should support parsing/validation of any YAML file - in which case the
Resource
object would have to be modified accordingly andname
,apiVersion
,kind
would be optional?The text was updated successfully, but these errors were encountered: