mirror of https://github.com/pulumi/pulumi.git
4a12902bde
A few weeks ago we added the concept of package references, mostly for parametrised providers so that we wouldn't have to send the parameter value over and over for each `RegisterResourceRequest`. This was done by sending the package reference through the `provider` field. Nothing yet uses this feature (it hasn't yet been added to any language SDKs), and thinking over this the last week I realised there was an issue using this for extension packages. When using an extension provider it's valid to also specify an explicit provider, which will be using the `provider` field. At this point there's no where for the SDK to send extra information to the engine about the parameterisation. This is a small reworking of this idea to use a separate `package` field, so that even for an extension type we can specify the parameterised package it comes from and an explicit provider for it. |
||
---|---|---|
.. | ||
lifecycletest | ||
combinedManager.go | ||
deployment.go | ||
deployment_test.go | ||
destroy.go | ||
detailedDiff.go | ||
detailedDiff_test.go | ||
doc.go | ||
engine.go | ||
errors.go | ||
events.go | ||
events_test.go | ||
eventsink.go | ||
import.go | ||
journal.go | ||
plugin_host.go | ||
plugins.go | ||
plugins_test.go | ||
project.go | ||
query.go | ||
refresh.go | ||
snapshot.go | ||
update.go | ||
update_test.go |