run

package
v0.0.0-...-80cfa99 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunPodStep

RunPodStep Run a pod-based step

Types

type Listener

type Listener interface {
	Ready(sc *context.StepContext)
	Failed(sc *context.StepContext, r *Result)
	Done(sc *context.StepContext, r *Result)
}

Listener Listens to a pod step run

type Result

type Result struct {
	Container string
	Message   string
	Workflow  string
	Variables []v1.VariableSource
}

Result Stores the result of a pod step run

Jump to

Keyboard shortcuts

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