-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add CRDs reflecting kuttl configuration files to provide coding assistance in IDEs #376
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Merci @gberche-orange . This is great stuff. There some clean up that would be nice but I will merge and resolve later today if you don't have time or compulsion. Really appreciate it!
Thanks @kensipe for the review. I'll try handling the clean up today. |
ah... great! I will wait for your update then! I will check in today and tomorrow to see where we are at. Merci beaucoup |
If it helps...
|
…tance in IDEs Fixes kudobuilder#372 Signed-off-by: Guillaume Berche <guillaume.berche@orange.com>
end of files and indentation Signed-off-by: Guillaume Berche <guillaume.berche@orange.com>
thanks. I've added a commit with the change. Feel free to squash it, or if you prefer to merge as is and clean up after. Thanks again for your review and feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…tance in IDEs (kudobuilder#376) Fixes kudobuilder#372 Signed-off-by: Guillaume Berche <guillaume.berche@orange.com> Signed-off-by: Israel Blancas <iblancasa@gmail.com>
What this PR does / why we need it:
Fixes #372
This supports getting coding assistance in IDEs, e.g. in intellij idea
completion:
inline documentation:
syntax checks:
Note: the CRD were manually derived from current https://kuttl.dev/docs/testing/reference.html (found source afterwards into https://github.com/kudobuilder/kuttl.dev/blob/master/content/docs/testing/reference.md but automating markdown to json schema transform seems time consumming for configs that don't seem to change that often)