pulumi/pkg
Ian Wahbe 96c6a176bd Move test.go files to the testing dir
This means that codegen only relies on pkg inderectly
2023-02-09 14:37:43 -08:00
..
authhelpers make linter happy 2023-02-08 10:30:10 -08:00
backend Merge #12038 2023-02-07 21:17:31 +00:00
cmd/pulumi Move test.go files to the testing dir 2023-02-09 14:37:43 -08:00
codegen Move test.go files to the testing dir 2023-02-09 14:37:43 -08:00
engine Push DefaultSecretsProvider up to pkg/cmd 2023-01-27 12:04:52 +00:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
importer Make codegen its own module 2023-02-09 14:12:06 -08:00
operations Merge #11819 #11834 #11842 #11845 2023-01-12 20:11:42 +00:00
resource Make codegen its own module 2023-02-09 14:12:06 -08:00
secrets Merge #12038 2023-02-07 21:17:31 +00:00
testing/integration feat: enable simpler Go programtest replacements 2023-01-27 00:19:43 -08:00
util all: Drop ioutil 2023-01-06 16:35:14 -08:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod Make codegen its own module 2023-02-09 14:12:06 -08:00
go.sum Make codegen its own module 2023-02-09 14:12:06 -08:00

README.md

pulumi/pkg

While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.