pulumi/pkg/resource/plugin
Joe Duffy 5924f6b8c3
Ensure destroy plugins are present (#1043)
This change uses the prior checkpoint's deployment manifest to pre-
populate all plugins required to complete the destroy operation.  This
allows for subsequent attempts to load a resource's plugin to match the
already-loaded version.  This approach obviously doesn't work in a
hypothetical future world where plugins for the same resource provider
are loaded side-by-side, but we already know that.
2018-03-12 16:27:39 -07:00
..
analyzer.go Consult the program for its list of plugins 2018-02-18 08:08:15 -08:00
analyzer_plugin.go Capture plugin names in the manifest (#967) 2018-02-21 10:32:31 -08:00
check.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
config_source.go Change represention of config.Key 2018-03-08 10:52:25 -08:00
context.go Configure resource providers upon load. 2018-03-06 16:38:53 -08:00
host.go Ensure destroy plugins are present (#1043) 2018-03-12 16:27:39 -07:00
host_server.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
langruntime.go Change represention of config.Key 2018-03-08 10:52:25 -08:00
langruntime_plugin.go Remove config.AsModuleMember() 2018-03-08 10:52:25 -08:00
plugin.go Don't block on nil channels 2018-02-19 14:06:15 -08:00
provider.go Remove config.AsModuleMember() 2018-03-08 10:52:25 -08:00
provider_plugin.go Improve error messages output by the CLI (#1011) 2018-03-09 15:43:16 -08:00
rpc.go Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
rpc_test.go Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00