pulumi/sdk/go/common/resource/plugin
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
..
analyzer.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
analyzer_plugin.go Support publishing Python policy packs (#4644) 2020-05-22 15:01:15 -07:00
check.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
config_source.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
context.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
host.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
host_server.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
langruntime.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
langruntime_plugin.go Revise host mode. (#5317) 2020-09-14 17:40:17 -07:00
plugin.go update channel options in go 2020-04-23 11:16:36 -07:00
provider.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
provider_plugin.go Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
provider_plugin_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
rpc.go Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
rpc_test.go Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00