pulumi/sdk/go/pulumi
Pat Gavlin e677c7d6dc
[sdk/go] Add support for untagged outputs. (#4640)
With these changes, a resource struct may tag a field with the empty
string. If such a field is present, any resource outputs that were not
unmarshalled into other fields will be unmarshalled into this field,
which must be a `MapOutput`.

Fixes #4629.
2020-05-14 14:43:20 -06:00
..
config Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
templates Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
alias.go Remove use of github.com/pkg/errors from Go SDK 2020-02-26 16:27:07 +00:00
asset.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
context.go [sdk/go] Add support for untagged outputs. (#4640) 2020-05-14 14:43:20 -06:00
generate.go Add missing builtin MapArray to the Go SDK (#4144) 2020-03-20 16:51:33 -07:00
log.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
mocks.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
printf.go Redesign the Go SDK resource/input/output system. (#3506) 2020-01-18 10:08:37 -05:00
printf_test.go Add support for secrets in Go SDK (#3938) 2020-02-25 17:45:36 -08:00
resource.go Add ResourceOutput type to Go SDK (#4575) 2020-05-05 21:13:58 -06:00
resource_test.go Define merge behavior for go resource options (#4316) 2020-04-07 14:19:33 -07:00
rpc.go Support map-typed inputs in Go SDK RegisterResource (#4521) 2020-04-30 11:56:47 -07:00
rpc_test.go Support map-typed inputs in Go SDK RegisterResource (#4521) 2020-04-30 11:56:47 -07:00
run.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
run_test.go [sdk/go] Add support for untagged outputs. (#4640) 2020-05-14 14:43:20 -06:00
stack_reference.go fix stack reference helpers to handle nil values (#4370) 2020-04-12 08:44:08 -07:00
stack_reference_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
transformation.go Support transformations in Go (#3978) 2020-03-02 13:59:11 -08:00
types.go Add ResourceOutput type to Go SDK (#4575) 2020-05-05 21:13:58 -06:00
types_builtins.go Add missing builtin MapArray to the Go SDK (#4144) 2020-03-20 16:51:33 -07:00
types_builtins_test.go Add missing builtin MapArray to the Go SDK (#4144) 2020-03-20 16:51:33 -07:00
types_test.go [Go] Ensure Apply handles nil output values (#4268) 2020-04-01 17:39:01 -07:00