pulumi/sdk/nodejs/proto
joeduffy 22584e7e37 Make some resource model changes
This commit changes two things about our resource model:

* Stop performing Pulumi Engine-side diffing of resource state.
  Instead, we defer to the resource plugins themselves to determine
  whether a change was made and, if so, the extent of it.  This
  manifests as a simple change to the Diff function; it is done in
  a backwards compatible way so that we continue with legacy diffing
  for existing resource provider plugins.

* Add a Read RPC method for resource providers.  It simply takes a
  resource's ID and URN, plus an optional bag of further qualifying
  state, and it returns the current property state as read back from
  the actual live environment.  Note that the optional bag of state
  must at least include enough additional properties for resources
  wherein the ID is insufficient for the provider to perform a lookup.
  It may, however, include the full bag of prior state, for instance
  in the case of a refresh operation.

This is part of pulumi/pulumi#1108.
2018-04-05 08:14:25 -07:00
..
analyzer_grpc_pb.js Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
analyzer_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00
engine_grpc_pb.js Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
engine_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00
errors_pb.js Send structured errors across RPC boundaries (#1072) 2018-03-28 17:07:35 -07:00
language_grpc_pb.js Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
language_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00
languages_grpc_pb.js Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
languages_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00
plugin_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00
provider_grpc_pb.js Make some resource model changes 2018-04-05 08:14:25 -07:00
provider_pb.js Make some resource model changes 2018-04-05 08:14:25 -07:00
resource_grpc_pb.js Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
resource_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00