pulumi/sdk/go/common/resource
Justin Van Patten 043c42b336
Use `pulumi-plugin.json` rather than `pulumiplugin.json` (#8593)
Current/older versions of the Python language host cannot read `pulumiplugin.json` without returning an error. This hasn't been a problem because none of our packages have included the file. However, we're going to start including this file by default in packages. To avoid this error on older CLIs, we'll use a different file name. And since we're introducing the use of this file in the .NET and Go language hosts, we'll use the new name for these languages as well for consistency.
2021-12-15 10:41:44 -08:00
..
config Assertion fix in config key generation (#6902) 2021-08-02 12:22:09 -07:00
plugin Use `pulumi-plugin.json` rather than `pulumiplugin.json` (#8593) 2021-12-15 10:41:44 -08:00
testing Do not FailNow() in generators (#8469) 2021-11-19 20:39:11 -05:00
asset.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
asset_test.go Skip flaky tests for now (#8420) 2021-11-15 15:17:20 -05:00
custom_timeouts.go move pkg/resource -> sdk/go/common/resource, but leave nested resource packages 2020-03-18 13:36:19 -07:00
errors.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
properties.go Switch from golint to revive (#8010) 2021-09-21 10:00:44 -07:00
properties_diff.go Specify fields on engine diff (#8488) 2021-11-30 12:25:27 -08:00
properties_diff_test.go Specify fields on engine diff (#8488) 2021-11-30 12:25:27 -08:00
properties_path.go [sdk/go] Add Contains method to PropertyPath (#7354) 2021-06-24 08:49:09 -06:00
properties_path_test.go [sdk/go] Add Contains method to PropertyPath (#7354) 2021-06-24 08:49:09 -06:00
properties_test.go Initial support for (un)marshaling output values (#7861) 2021-09-13 09:05:31 -07:00
resource_goal.go Update a misleading comment. (#8491) 2021-11-24 10:37:08 -08:00
resource_id.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
resource_id_test.go move pkg/resource -> sdk/go/common/resource, but leave nested resource packages 2020-03-18 13:36:19 -07:00
resource_operation.go move pkg/resource -> sdk/go/common/resource, but leave nested resource packages 2020-03-18 13:36:19 -07:00
resource_state.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
stack.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
status.go move pkg/resource -> sdk/go/common/resource, but leave nested resource packages 2020-03-18 13:36:19 -07:00
urn.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
urn_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00