Documentation ¶
Index ¶
- Constants
- func CacheFolder() string
- func ComputeChecksum(data []byte) string
- type PulumiContainer
- func (c *PulumiContainer) ApplyEnvs(envs []string) []string
- func (c *PulumiContainer) BuildPulumiImage() error
- func (c *PulumiContainer) CopyScript() error
- func (c *PulumiContainer) Images() []string
- func (c *PulumiContainer) IsAsync() bool
- func (c *PulumiContainer) Name() string
- func (c *PulumiContainer) Pull() error
- func (c *PulumiContainer) PulumiImage() string
- func (c *PulumiContainer) Release(env container.EnvType) error
- func (c *PulumiContainer) Run() error
Constants ¶
View Source
const (
IMAGE = "pulumi/pulumi-go"
)
Variables ¶
This section is empty.
Functions ¶
func CacheFolder ¶
func CacheFolder() string
Types ¶
type PulumiContainer ¶
func New ¶
func New(build container.Build) *PulumiContainer
func (*PulumiContainer) ApplyEnvs ¶
func (c *PulumiContainer) ApplyEnvs(envs []string) []string
func (*PulumiContainer) BuildPulumiImage ¶
func (c *PulumiContainer) BuildPulumiImage() error
func (*PulumiContainer) CopyScript ¶
func (c *PulumiContainer) CopyScript() error
func (*PulumiContainer) Images ¶
func (c *PulumiContainer) Images() []string
func (*PulumiContainer) IsAsync ¶
func (c *PulumiContainer) IsAsync() bool
func (*PulumiContainer) Name ¶
func (c *PulumiContainer) Name() string
func (*PulumiContainer) Pull ¶
func (c *PulumiContainer) Pull() error
func (*PulumiContainer) PulumiImage ¶ added in v0.11.0
func (c *PulumiContainer) PulumiImage() string
func (*PulumiContainer) Run ¶
func (c *PulumiContainer) Run() error
Click to show internal directories.
Click to hide internal directories.