test

package
v0.0.0-...-841f565 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2022 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComputedAttrs

type ComputedAttrs struct {
	Command          []string          `hcl:"command,attr"`
	Image            string            `hcl:"image,attr"`
	Environment      map[string]string `hcl:"environment,optional"`
	WorkingDirectory string            `hcl:"working_directory,optional"`
	TimeoutSeconds   int               `hcl:"timeout,optional"`
}

ComputedAttrs used to store the computed attributes of a local_exec target

type Target

type Target struct {
	*base.RawTarget `json:"-"`

	Command          hcl.Expression `hcl:"command,attr"`
	Image            hcl.Expression `hcl:"image,attr"`
	Environment      hcl.Expression `hcl:"environment,optional"`
	WorkingDirectory hcl.Expression `hcl:"working_directory,optional"`
	TimeoutSeconds   hcl.Expression `hcl:"timeout,optional"`
}

Target an executable target, when built it runs the specified command

func (Target) Attributes

func (t Target) Attributes() map[string]cty.Value

Attributes return a combined map of rawTarget.Attributes and typedTarget.Attributes

func (Target) Build

func (t Target) Build() error

Build executes the command specified in this target

func (Target) ComputedAttrs

func (t Target) ComputedAttrs() *ComputedAttrs

ComputedAttrs returns a pointer to computed attributes from the state store. If attributes are not in the state store it will create a new pointer and insert it into the state store.

func (Target) PreBuild

func (t Target) PreBuild() error

PreBuild a lifecycle hook for calculating state before the build

func (Target) RenderedFilePath

func (t Target) RenderedFilePath() string

RenderedFilePath path of ark artifacts directory where the manifest will be written to

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL