pulumi/pkg/resource/deploy
Luke Hoban cebcd7176b Add support for rehydrating serialized resources.
Resources that can be rehydrated are serialized as their URN. The
rehydrator then calls a new builtin invoke to fetch the resource's
properties from the engine given the URN.

This is the foundation of cross-process resources.
2020-07-16 12:49:05 -07:00
..
deploytest Add support for rehydrating serialized resources. 2020-07-16 12:49:05 -07:00
providers Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
builtins.go Add support for rehydrating serialized resources. 2020-07-16 12:49:05 -07:00
plan.go Add support for rehydrating serialized resources. 2020-07-16 12:49:05 -07:00
plan_executor.go Add support for rehydrating serialized resources. 2020-07-16 12:49:05 -07: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 rehydrating serialized resources. 2020-07-16 12:49:05 -07:00
source_eval_test.go Avoid replace on second update with import applied (#4403) 2020-04-15 18:52:40 -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 rehydrating serialized resources. 2020-07-16 12:49:05 -07:00
source_query_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
step.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
step_executor.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
step_generator.go Add support for rehydrating serialized resources. 2020-07-16 12:49:05 -07: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