pulumi/pkg
Levi Blackstone 282c95ee40
[codegen] Use nullish coalescing for provider defaults on k8s (#4841)
For the NodeJS k8s SDK, rather than falling back to default values
using the || operator, use the nullish coalescing operator (??).
This avoid situations where the primary value is set to false,
and then is overridden by the default value.
2020-06-22 09:38:20 -06:00
..
backend Install and use dependencies automatically for new Python projects (#4775) 2020-06-09 16:42:53 -07:00
cmd/pulumi Fix lint errors. (#4856) 2020-06-18 14:17:11 -07:00
codegen [codegen] Use nullish coalescing for provider defaults on k8s (#4841) 2020-06-22 09:38:20 -06:00
engine Avoid replace on second update with import applied (#4403) 2020-04-15 18:52:40 -07:00
graph Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
npm Fix lint errors. (#4856) 2020-06-18 14:17:11 -07:00
operations Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
resource Handle invalid UTF-8 characters before RPC calls (#4816) 2020-06-17 13:30:59 -06:00
secrets Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
testing/integration Fix lint errors. (#4856) 2020-06-18 14:17:11 -07:00
util Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
go.mod [schema/docs] Use a Markdown parser. (#4838) 2020-06-17 14:02:45 -07:00
go.sum [schema/docs] Use a Markdown parser. (#4838) 2020-06-17 14:02:45 -07:00