mirror of https://github.com/pulumi/pulumi.git
52522fb944
We already had a package that was appropriate for these errors, and it makes sense to extend that to also include the InputPropertiesErrors, instead of having them live somewhere else. This is technically a breaking change for component provider authors, but InputPropertiesErrors have only been introduced recently, and have not been widely advertised, so I think it's preferrable to have this cleanup now rather than having to live with the two packages that do similar things forever. |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
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.