mirror of https://github.com/pulumi/pulumi.git
f9de64c2cb
We'd like to bump `pulumi-java` to 0.17.0, but in order to do so we'll need to first bump our gRPC dependencies to match. Doing so incurs dealing with a deprecation -- `grpc.Dial` has been deprecated in favour of `grpc.NewClient`. This commit makes that upgrade and migration separately so that we can bump Java in a subsequent piece of work. |
||
---|---|---|
.. | ||
README.md | ||
bind.go | ||
docs_parser.go | ||
docs_renderer.go | ||
docs_test.go | ||
loader.go | ||
loader_cached.go | ||
loader_cached_test.go | ||
loader_client.go | ||
loader_js.go | ||
loader_mmap.go | ||
loader_schema_test.go | ||
loader_server.go | ||
loader_test.go | ||
mock_pulumi_schema.go | ||
package_reference.go | ||
pulumi.json | ||
schema.go | ||
schema_test.go |
README.md
(schema)=
Pulumi Schema
This package defines Pulumi Schema, a language-neutral specification for cloud resource models. Pulumi Schema is the interface definition language for all Pulumi Packages, and is used as the input to SDK code generation for each supported Pulumi language.