hook

package
v0.0.0-...-c7d747a Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2023 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

	RunnerOptions fnruntime.RunnerOptions

	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