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

Automation #80

Closed
diskmanti opened this issue Nov 21, 2022 · 4 comments
Closed

Automation #80

diskmanti opened this issue Nov 21, 2022 · 4 comments

Comments

@diskmanti
Copy link

Hello,

I stumbled upon this repo and it is a very cool idea.
I wanted to add some CRDs for openshift operators, since openshift is the k8s distribution we use at my company.

But I am not sure how the CRDs are generated. Is there some kind of automaton or is it copy pasted by hand.
Thank you,
Amanti

@eyarz
Copy link
Member

eyarz commented Nov 22, 2022

@diskmanti if you only want to validate your OpenShift CRDs, the CRD Extractor should work for you. It will extract the CRD from your cluster and convert them into local JSON schema files that you can pass to your schema validator tool.

If you want to validate OpenShift native objects, it's a different process.

@diskmanti
Copy link
Author

Hello @eyarz

Thank you for your feedback.

One last question please. index.yaml file is only used to create the github pages site or it has some other automation purpose?

thank you

@eyarz
Copy link
Member

eyarz commented Nov 24, 2022

It will be used in the future for some planned automation.
If you want to use it, take in mind that it's not up to date right now.

@diskmanti
Copy link
Author

I understand.

Thank you for the feedback

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

No branches or pull requests

2 participants