Documentation
¶
Index ¶
- Constants
- func CacheFolder() string
- func ComputeChecksum(data []byte) string
- func Matches(build container.Build) bool
- func New() build.BuildStepv3
- type PulumiContainer
- func (c *PulumiContainer) ApplyEnvs(envs []string) []string
- func (c *PulumiContainer) BuildPulumiImage() error
- func (c *PulumiContainer) CopyScript() error
- 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
func Matches ¶ added in v0.31.0
Matches implements the Build interface - Pulumi only runs for golang builds
func New ¶
func New() build.BuildStepv3
Types ¶
type 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) 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.