You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think CDKTF is a great and versatile tool!
Here are some suggestions to further improve the development experience
For k8s Provider, could you consider adding a tool like Pulumi's crd2pulumi to generate structures with types for each programming language from Custom Resource's yaml?
CRD is quite a lot of work to add by hand, so we thought that a tool that can generate boilerplate code might improve the development experience.
If possible, we would be very grateful if you would consider this!
I am new to CDKTF and have no knowledge of it, so if you already have a tool with similar functionality, I would appreciate it if you could point me in the right direction.
References
No response
Help Wanted
I'm interested in contributing a fix myself
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
@konnta0 you should take a look at https://cdk8s.io, specifically the cdk8s import which will create a class definition for your CRD, and the Include method, which will create an ApiObject from an existing yaml manifest.
@zmully
Thank you for your reply, I will try to get the cdk8s command to work for me.
The cdk8s command is indeed a useful tool, but currently it did not seem to support development in .NET (C#).
I want to develop in C#, so cdk8s doesn't seem to work for me under the current circumstances...
Also, kube2cdk8s only supported TypeScript...
Description
I think CDKTF is a great and versatile tool!
Here are some suggestions to further improve the development experience
For k8s Provider, could you consider adding a tool like Pulumi's crd2pulumi to generate structures with types for each programming language from Custom Resource's yaml?
CRD is quite a lot of work to add by hand, so we thought that a tool that can generate boilerplate code might improve the development experience.
If possible, we would be very grateful if you would consider this!
I am new to CDKTF and have no knowledge of it, so if you already have a tool with similar functionality, I would appreciate it if you could point me in the right direction.
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: