Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instruction ¶
type Mixin ¶
Exec is the logic behind the exec mixin
func (*Mixin) LoadInstruction ¶
func (*Mixin) PrintVersion ¶
func (m *Mixin) PrintVersion()
type Step ¶
type Step struct { Description string `yaml:"description"` Outputs []config.StepOutput `yaml:"outputs"` Instruction Instruction `yaml:"exec"` }
type TestMixin ¶
type TestMixin struct { *Mixin TestContext *context.TestContext }
func NewTestMixin ¶
NewTestMixin initializes a helm mixin, with the output buffered, and an in-memory file system.
Click to show internal directories.
Click to hide internal directories.