pulumi/pkg/resource/deploy/deploytest
Pat Gavlin 3d2e31289a
Add support for serialized resource references. (#5041)
Resources are serialized as their URN, ID, and package version. Each
Pulumi package is expected to register itself with the SDK. The package
will be invoked to construct appropriate instances of rehydrated
resources. Packages are distinguished by their name and their version.

This is the foundation of cross-process resources.

Related to #2430.

Co-authored-by: Mikhail Shilkov <github@mikhail.io>
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Levi Blackstone <levi@pulumi.com>
2020-10-27 10:12:12 -07:00
..
backendclient.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
languageruntime.go Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
pluginhost.go Revise host mode. (#5317) 2020-09-14 17:40:17 -07:00
provider.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
resourcemonitor.go Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00