api

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Step

type Step interface {
	GetDescription(ctx *WorkflowContext, values render.Values) (string, error)
	Run(ctx *WorkflowContext, values render.Values) error
	GetDocs(ctx *WorkflowContext, values render.Values, flags render.Flags) (string, error)
}

type ValetGlobalConfig

type ValetGlobalConfig struct {
	Env map[string]string `json:"env"`
}

type WorkflowContext

type WorkflowContext struct {
	Ctx context.Context
	//Logger
	//SharedState
	Runner       cmd.Runner
	FileStore    render.FileStore
	HelmClient   helm.Client
	KubeClient   kube.Client
	AwsDnsClient aws.DnsClient
}

Jump to

Keyboard shortcuts

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