pulumi/pkg/codegen/testing/test/testdata/kubernetes-pod-pp/nodejs
Ian Wahbe 183fa89163
Add an EnumType to the PCL model (#9290)
* Add an EnumType to the PCL model

Languages implementation:
- [X] C#
- [X] Python
- [X] TypeScript
- [X] Go

* Fix assert

* Take namespace settings into account

* Implement enums for Go

* Update tests and add documentation.

* Add a test + handle output&unsafe

* Get outputs compiling for Go

* Line up types for Go

* Add nodejs

* Add Python

* Change expression form

* Fix nil check (`==` -> `!=`)

* Standardize nodejs & python checks

This should fix the Node OOM error.

* Rename enum-py to typed-enum-pp

* Don't reference schema types in `hcl2/model`

* Fix nits
2022-04-18 11:03:42 +02:00
..
kubernetes-pod.ts Add an EnumType to the PCL model (#9290) 2022-04-18 11:03:42 +02:00