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

@userbradley
Copy link
Collaborator

Hey @jtyr thanks for opening this PR, I will look to get it reviewed shortly and merged pending approval

Apologies it's taken so long

@userbradley userbradley added the Maintainer Viewed Added to PR's where a maintainer has looked at the PR/ Issue label Jun 7, 2024
Copy link
Collaborator

@ElanHasson ElanHasson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ElanHasson
Copy link
Collaborator

ElanHasson commented Nov 29, 2024

@userbradley let's connect https://publicsquare.global/@elan or elan.hasson@ gmail DOT com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintainer Viewed Added to PR's where a maintainer has looked at the PR/ Issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants