cmdrender

package
v1.0.0-alpha.8 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2021 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Overview

Package cmdrender contains the render command

Index

Constants

View Source
const (
	Dry hydrationState = iota
	Hydrating
	Wet
)

constants for all the hydration states

Variables

This section is empty.

Functions

func NewCommand

func NewCommand(ctx context.Context, parent string) *cobra.Command

Types

type Executor

type Executor struct {
	PkgPath         string
	ResultsDirPath  string
	Output          io.Writer
	ImagePullPolicy fnruntime.ImagePullPolicy
}

Executor hydrates a given pkg.

func (*Executor) Execute

func (e *Executor) Execute(ctx context.Context) error

Execute runs a pipeline.

type Runner

type Runner struct {
	Command *cobra.Command
	// contains filtered or unexported fields
}

Runner contains the run function pipeline run command

func NewRunner

func NewRunner(ctx context.Context, parent string) *Runner

NewRunner returns a command runner

Jump to

Keyboard shortcuts

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