pulumi/pkg/resource/deploy
joeduffy 70d0fac1c0 Simplify resource provider RPC interface
This change simplifies the provider RPC interface slightly:

1) Eliminate Get.  We really don't need it anymore.  There are
   several possibly-interesting scenarios down the road that may
   demand it, but when we get there, we can consider how best to
   bring this back.  Furthermore, the old-style Get remains mostly
   incompatible with Terraform anyway.

2) Pass URNs, not type tokens, across the RPC boundary.  This gives
   the provider access to more interesting information: the type,
   still, but also the name (which is no longer an object property).
2017-09-04 11:35:21 -07:00
..
plan.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
plan_apply.go Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00
plan_test.go Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00
progress.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
snapshot.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
source.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
source_eval.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
source_fixed.go Get planning engine unit tests running again 2017-09-04 11:35:21 -07:00
source_null.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
step.go Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00
target.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00