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. |
||
---|---|---|
.. | ||
analyzer.go | ||
analyzer_test.go | ||
backendclient.go | ||
callbacks.go | ||
languageruntime.go | ||
languageruntime_test.go | ||
pluginhost.go | ||
pluginhost_test.go | ||
provider.go | ||
provider_test.go | ||
resourcemonitor.go | ||
resourcemonitor_test.go | ||
sink.go |