pulumi/pkg/resource/plugin
Alex Clemmer f037c7d143 Checkpoint resource initialization errors
When a resource fails to initialize (i.e., it is successfully created,
but fails to transition to a fully-initialized state), and a user
subsequently runs `pulumi update` without changing that resource, our
CLI will fail to warn the user that this resource is not initialized.

This commit begins the process of allowing our CLI to report this by
storing a list of initialization errors in the checkpoint.
2018-07-20 17:59:06 -07:00
..
analyzer.go Add license headers 2018-05-22 15:02:47 -07:00
analyzer_plugin.go Add license headers 2018-05-22 15:02:47 -07:00
check.go Add license headers 2018-05-22 15:02:47 -07:00
config_source.go Add license headers 2018-05-22 15:02:47 -07:00
context.go Add license headers 2018-05-22 15:02:47 -07:00
host.go Add signal cancellation to resource provider 2018-07-15 11:05:44 -10:00
host_server.go Add support for providing a log stream-id to our RPC interface. (#1627) 2018-07-11 15:04:00 -07:00
langruntime.go Add license headers 2018-05-22 15:02:47 -07:00
langruntime_plugin.go Add license headers 2018-05-22 15:02:47 -07:00
plugin.go Add license headers 2018-05-22 15:02:47 -07:00
provider.go Add signal cancellation to resource provider 2018-07-15 11:05:44 -10:00
provider_plugin.go Checkpoint resource initialization errors 2018-07-20 17:59:06 -07:00
rpc.go Add license headers 2018-05-22 15:02:47 -07:00
rpc_test.go Add license headers 2018-05-22 15:02:47 -07:00