-
Notifications
You must be signed in to change notification settings - Fork 107
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(crd-gen): automate the CRDs generation with validations for APIs #75
Conversation
- To generate the CRD spec `make manifest` generate then under deploy/crds directory - added a update-crd script to automate the steps to generate CRDs and its validation of each types Signed-off-by: prateekpandey14 <[email protected]>
2e1d048
to
bf2fc5d
Compare
Signed-off-by: prateekpandey14 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 23.57% 23.57%
=======================================
Files 14 14
Lines 475 475
=======================================
Hits 112 112
Misses 362 362
Partials 1 1 Continue to review full report at Codecov.
|
Signed-off-by: prateekpandey14 <[email protected]>
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.
looks good.
thanks @prateekpandey14 for this PR. |
make manifest
generate then underdeploy/crds directory
Signed-off-by: prateekpandey14 [email protected]