yannh / kubeconform

A FAST Kubernetes manifests validator, with support for Custom Resources!
Apache License 2.0
2.15k stars 121 forks source link

By default write files to {group}/{kind}_{version} #197

Open logandavies181 opened 1 year ago

logandavies181 commented 1 year ago

Write files to {group}/ to save users of this script from having to determine for themselves what group the generated json files belong to.

Ideally so users over at CRDS-catalog don't end up putting schemas in the wrong locations 😄

e.g. https://github.com/datreeio/CRDs-catalog/pull/148/files

wyardley commented 1 year ago

Ran into this as well, love this