pulumi/sdk/proto
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
..
go Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00
nodejs Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00
analyzer.proto Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00
engine.proto Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
generate.sh Implement initial Lumi-as-a-library 2017-09-04 11:35:20 -07:00
languages.proto Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
provider.proto Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00