pulumi/pkg/resource/deploy
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
..
deploytest Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
providers Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
builtins.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
import.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
plan.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
plan_executor.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
plan_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
snapshot.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_error.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_eval.go Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
source_eval_test.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
source_fixed.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_null.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_query.go Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
source_query_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
step.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
step_executor.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
step_generator.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
step_generator_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
target.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00