pulumi/sdk/nodejs/runtime
Pat Gavlin 682dced40b
Mock resource monitor (#3738)
These changes add support for mocking the resource monitor to the NodeJS
and Python SDKs. The proposed mock interface is a simplified version of
the standard resource monitor that allows an end-user to replace the
usual implementations of ReadResource/RegisterResource and Invoke with
their own. This can be used in unit tests to allow for precise control
of resource outputs and invoke results.
2020-02-28 17:22:50 -08:00
..
closure Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
asyncIterableUtil.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
config.ts Do not lazy initialize config or settings 2018-08-06 15:53:38 -07:00
debuggable.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
index.ts Mock resource monitor (#3738) 2020-02-28 17:22:50 -08:00
invoke.ts Switch to 'console.log' for our hang warning. Add warning to synchronous StackReference calls. (#3456) 2019-11-19 12:51:14 -08:00
mocks.ts Mock resource monitor (#3738) 2020-02-28 17:22:50 -08:00
resource.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
rpc.ts Support sxs with old outputs with sync resources only. (#3680) 2019-12-17 19:04:09 -08:00
settings.ts Mock resource monitor (#3738) 2020-02-28 17:22:50 -08:00
stack.ts Add a supported api for components to indicate that they are asynchronously constructed. (#3676) 2019-12-17 15:34:30 -08:00