This message was deleted.
# general
s
This message was deleted.
w
What do you mean by “the same codegen for Istio CRD”? You should be able to install the Istio Helm chart with helm.Chart or run istioctl to generate yaml files and deploy those with ConfigGroup. You could also create a similar set of resource definitions natively in Pulumi.
i
I want to generate typescript definitions for Istio API (openapi), something what this project does but with custom codegen https://github.com/marcus-sa/pulumi-kubernetes-istio
as far as I understand you are using the same approach, take OpenAPI json and compile typescript definitions (sdk) for that.
is there a way to adapt
codegen
from pulumi-kubernetes, to generate SDKs from Istio OpenAPI docs.
g
That’s tracked here: https://github.com/pulumi/pulumi-kubernetes/issues/219 I expect we’ll work on this later this year.
i
cool, thanks @gorgeous-egg-16927.