mirror of https://github.com/pulumi/pulumi.git
![]() An extra constructor overload was recently added to pass undefined state from `get` for resources that do not have any state inputs (notably Kubernetes resources). This ended up breaking PaC's `validateResourceOfType`, which relies on type inference in common usage to determine the resource's args type based on the signature of the constructor. This constructor overload isn't necessary. Instead, we can remove it and modify how the constructor is called inside `get`. This also makes it so we're not exposing details about `get`'s implementation in the public API. |
||
---|---|---|
.. | ||
doc.go | ||
doc_test.go | ||
gen.go | ||
gen_intrinsics.go | ||
gen_program.go | ||
gen_program_expressions.go | ||
gen_program_lower.go | ||
gen_program_test.go | ||
importer.go | ||
utilities.go |