helpful-vegetable-35581
09/20/2018, 7:07 AMwhite-balloon-205
helpful-vegetable-35581
09/21/2018, 6:48 AMwhite-balloon-205
does it make any sense to try and make tfgen non tf specific and then get kubernetes to gen from that as well?It might. Both tfgen and the kubernetes codegen are schema-driven code generation down to Pulumi type definitions. In principle, we could define a layer between each of these and the target languages - a Pulumi IDL - and then have tfgen and Kubernetes generate that, and define a single code generator for that into TS/Python/Go/etc. There's a bunch of questions about that, and they are partly related to the other topics around multi-language above. But directionally I expect this is where we will be going.