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

feat: add OLM v1 CRDs (operators.coreos.com) #255

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Conversation

jacksgt
Copy link
Contributor

@jacksgt jacksgt commented Jan 9, 2024

The operators.coreos.com CRDs such as Subscription, OperatorGroup, Operator etc. are heavily used by the Operator Framework (specifically the OLM in OpenShift).

The schemas were generated with:

git clone https://github.com/operator-framework/operator-lifecycle-manager.git
cd operator-lifecycle-manager && git checkout v0.26.0 && cd ..
mkdir operators.coreos.com && cd operators.coreos.com
find ../operator-lifecycle-manager/deploy/chart/crds/ -wholename '*.crd.yaml' -exec python3 ../openapi2jsonschema.py {} \;

Closes #253

Schemas were generated with:

git clone https://github.com/operator-framework/operator-lifecycle-manager.git
cd operator-lifecycle-manager && git checkout v0.26.0 && cd ..
mkdir operators.coreos.com && cd operators.coreos.com
find ../operator-lifecycle-manager/deploy/chart/crds/ -wholename '*.crd.yaml' -exec python3 ../openapi2jsonschema.py {} \;
@eyarz eyarz merged commit 586facb into datreeio:main Jan 27, 2024
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.

operators.coreos.com CRDs (Operator Framework)
2 participants