-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
area/codegenAffects quality or correctness of generated codeAffects quality or correctness of generated codekind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of speclanguage/javascriptresolution/fixedThis issue was fixedThis issue was fixed
Description
Here's the repro, lemme know if there's any additional info you need.
VERSION:
λ crd2pulumi -v
crd2pulumi version v1.0.5
REPRO:
λ git clone https://github.com/traefik/traefik-helm-chart
λ cd traefik-helm-chart/traefik/crds
λ crd2pulumi -n *
Successfully generated code.
λ tree crds
crds
└── nodejs
├── README.md
├── index.ts
├── meta
│ └── v1.ts
├── package.json
├── provider.ts
├── tsconfig.json
└── utilities.ts
λ cat crds/nodejs/index.ts
// *** WARNING: this file was generated by crd2pulumi. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
// Export members:
export * from "./provider";
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/codegenAffects quality or correctness of generated codeAffects quality or correctness of generated codekind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of speclanguage/javascriptresolution/fixedThis issue was fixedThis issue was fixed