Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move NodeJS SDK to schema codegen #1053

Closed
7 tasks done
lblackstone opened this issue Mar 30, 2020 · 1 comment · Fixed by #1151
Closed
7 tasks done

Move NodeJS SDK to schema codegen #1053

lblackstone opened this issue Mar 30, 2020 · 1 comment · Fixed by #1151
Assignees
Milestone

Comments

@lblackstone
Copy link
Member

lblackstone commented Mar 30, 2020

Problem description

Use the schema to generate the NodeJS SDKs

WIP branch is here: https://github.com/pulumi/pulumi-kubernetes/tree/lblackstone/ts-schema-gen/sdk/nodejs

pulumi/pulumi changes are here: pulumi/pulumi#4325

TODO:

  • Generate SDK from schema
    • Normalize module names
    • Fix infinite loop in type visitors
    • Add custom Pulumi comments to resource classes
  • Add overlay for YAML
  • Add overlay for Helm
  • Add overlay for apiextensions.CustomResource
@lblackstone
Copy link
Member Author

I have things working locally now, and am in the process of opening PRs with these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants