pulumi/pkg/resource/plugin
joeduffy 00442b73b4 Alter the way unknown properties are serialized
This change serializes unknown properties anywhere in the entire
property structure, including deeply embedded inside object maps, etc.

This is now done in such a way that we can recover both the computed
nature of the serialized property, along with its expected eventual
type, on the other side of the RPC boundary.

This will let us have perfect fidelity with the new bridge's view on
computed properties, rather than special casing them on "one side".
2017-07-21 14:00:30 -07:00
..
analyzer.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
analyzer_plugin.go Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00
check.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
context.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
host.go Add some ReadLocations tracing; and skip nulls 2017-07-06 00:02:33 -04:00
host_server.go Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00
plugin.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
provider.go Pass old state to the provider's API 2017-07-21 14:00:30 -07:00
provider_plugin.go Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00
rpc.go Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00
rpc_test.go Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00