package
3.153.1
Repository: https://github.com/pulumi/pulumi.git
Documentation: pkg.go.dev

# Functions

DefaultWorkspace returns a default workspace implementation that uses the workspace module directly to get plugin info.
No description provided by the author
NewBasePluginMapper creates a new plugin mapper backed by the supplied workspace.
NewCachingMapper creates a new caching mapper backed by the given Mapper.
No description provided by the author
No description provided by the author
ProviderFactoryFromHost builds a ProviderFactory that uses the given plugin host to create providers and manage their lifecycles.

# Structs

MapperPackageHint is the type of hints that may be passed to GetMapping to help guide implementations to picking appropriate Pulumi packages to satisfy mapping requests.

# Interfaces

Mapper provides methods for retrieving mappings that describe how to map names in some source "provider" (e.g.
Workspace encapsulates an environment containing an enumerable set of plugins.

# Type aliases

ProviderFactory functions accept a PackageDescriptor and return a Provider.