v0.1.2
Enhancements
Improve scaffolding
- add option to scaffold admission (validating/mutating) webhooks:
--with-validating-webhook,--with-mutating-webhook - add option to skip post-processing (go get, go fmt, go vet):
--skip-post-processing - fix code generation in case the provided group version is not v1alpha1 (was broken before)
- add instructions and help to enable crd conversion
Add new constructors for convenience: NewTransformableHelmGenerator(), NewTransformableKustomizemGenerator()
Update dependencies