hook

package
v1.0.0-beta.17 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAllowedExecNotSpecified = fmt.Errorf("must run with `--allow-exec` option to allow running function binaries")

ErrAllowedExecNotSpecified indicates user need to authorize to invoke exec binaries.

Functions

This section is empty.

Types

type Executor

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

	FileSystem filesys.FileSystem

	// function runtime
	Runtime fn.FunctionRuntime
	// contains filtered or unexported fields
}

Executor executes a hook.

func (*Executor) Execute

func (e *Executor) Execute(ctx context.Context, hook []kptfilev1.Function) error

Execute executes given hook.

Jump to

Keyboard shortcuts

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