pulumi/pkg/apitype
Pat Gavlin cfe4e127be
Add API types for the V3 checkpoint (#2384)
Resources gain two new fields: `PropertyDependencies` and
`PendingReplacement`. The former maps an input property's name to the
dependencies that may affect the value of that property. The latter is
used to track resources that have been deleted as part of a
delete-before-replace operation but have not yet been recreated.

In addition to the new fields, resource properties may now contain
encrypted first-class secret values. These values are of type `SecretV1`,
where the `Sig` field is set to `resource.SecretSig`.

Finally, the deployment type gains a new field, `SecretsProviders`,
which contains any configuration necessary to handle secrets that may be
present in resource properties.
2019-01-23 13:33:25 -08:00
..
migrate Add API types for the V3 checkpoint (#2384) 2019-01-23 13:33:25 -08:00
cli.go Warn when pulumi is out of date 2018-08-13 13:18:02 -07:00
core.go Add API types for the V3 checkpoint (#2384) 2019-01-23 13:33:25 -08:00
errors.go Expand ErrorResponse type (#1720) 2018-08-07 10:43:18 -07:00
events.go Record engine events concurrently (#2314) 2018-12-20 15:34:30 -08:00
history.go Clarify refresh text 2018-08-29 17:09:14 -07:00
logs.go Remove references to Pulumi private clouds (#2095) 2018-10-24 13:50:35 -07:00
stacks.go Add projectName member of StackSummary API type 2019-01-08 12:52:09 -08:00
updates.go Don't emit pre-rendered update logs (#2268) 2018-12-04 14:46:32 -08:00