[TypeScript/Python] Missing definitions in generated code #59
Labels
area/codegen
Affects quality or correctness of generated code
kind/bug
Some behavior is incorrect or out of spec
Hello!
Issue details
AWS EKS has a CRD to apply security groups on pods. Using
crd2pulumi
(1.0.10) to create a TypeScript package, it seems some/all properties are missing from the generated package.Steps to reproduce
kubectl get crd securitygrouppolicies.vpcresources.k8s.aws -oyaml > securitygrouppolicies.crd.yaml
crd2pulumi --nodejs --nodejsName eks-securitygroup-policies --nodejsPath eks-crd/eks-securitygroup-policies securitygrouppolicies.crd.yaml
podSelector
,securityGroups
andserviceAccountSelector
are all missing from the generated packageExpected: The generated package contains the same properties as declared in the YAML file
Actual: Properties mentioned above are missing
Attachments
securitygrouppolicies.crd.zip
The text was updated successfully, but these errors were encountered: