pulumi/pkg/resource
joeduffy c3db70849d Rename Lumi resource properties
This renames the basemost resource properties, id and urn, to
names that are less likely to conflict with properties that real
resources will want to use, pid and upn (provider ID and Universal
Pulumi Name, respectively).

I actually ran into this with the current bridge work.  An alternative
solution would be to require derived resources to pick different names,
however this is unfortunate because usually they are more "user-facing"
than ours.  Another alternative is to not hijack the object properties
at all, but that too is problematic because we use these properties
during the evaluation of plans and deployments.

This seems like a reasonable middle ground.
2017-07-14 08:55:07 -07:00
..
deploy Add a ReadLocations engine-side RPC function 2017-07-01 13:26:49 -07:00
environment Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
idl Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
plugin Export plugin prefix constants 2017-07-06 09:46:00 -04:00
provider Add some ReadLocations tracing; and skip nulls 2017-07-06 00:02:33 -04:00
asset.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
config.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
errors.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
properties.go Add key replacement functions 2017-07-12 13:03:18 -07:00
properties_diff.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
properties_diff_test.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
properties_test.go Add key replacement functions 2017-07-12 13:03:18 -07:00
resource.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
resource_id.go Rename Lumi resource properties 2017-07-14 08:55:07 -07:00
resource_id_test.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
resource_object.go Rename Lumi resource properties 2017-07-14 08:55:07 -07:00
resource_state.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
urn.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
urn_test.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00