steps

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var StepsCmd = &cobra.Command{
	Use:   "steps",
	Short: "Manage Canoe pipelines",
	Long:  "Run and control Canoe pipelines",
}

Functions

This section is empty.

Types

type PodDefinition

type PodDefinition struct {
	PipelineName    string
	RunIdentifier   string
	PodName         string
	StepName        string
	StepVersion     string
	StepInputs      string
	BranchName      string
	Namespace       string
	Bucket          string
	SnsArn          string
	Secrets         []PodSecret
	Env             []PodEnvVariable
	BucketOverrides map[string]string

	Step pipeline.PipelineDefinitionStep
}

func NewPodDefinition

func NewPodDefinition(pipelineDefinition *pipeline.PipelineDefinition, pipelineDefinitionStep *pipeline.PipelineDefinitionStep, snsArn string) *PodDefinition

type PodEnvVariable

type PodEnvVariable struct {
	Name  string
	Value string
}

type PodSecret

type PodSecret struct {
	Name  string
	Store string
	Key   string
}

Jump to

Keyboard shortcuts

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