Skip to content

Cannot generate Traefik CRD's in TypeScript #21

@Temikus

Description

@Temikus

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";

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions