Skip to content
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

Adding schemas for Crossplane Grafana provider #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jtyr
Copy link

@jtyr jtyr commented May 10, 2024

This PR is adding schemas for resources from the Crossplane provider for Grafana. The schemas were created like this:

gh repo clone grafana/crossplane-provider-grafana
gh repo clone yannh/kubeconform
gh repo clone datreeio/CRDs-catalog
cd CRDs-catalog
for N in ../crossplane-provider-grafana/package/crds/*; do echo "# $N"; GROUP=$(basename "${N//_*}"); mkdir -p "$GROUP"; (cd "$GROUP"; ../../kubeconform/scripts/openapi2jsonschema.py "../$N"); done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant