local

package
v0.0.26 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const BasicEnvoyConfig = `` /* 1072-byte string literal not displayed */
View Source
const DefaultEnvoyImage = "docker.io/istio/proxyv2:1.5.1"

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner added in v0.0.13

type Runner struct {
	Ctx context.Context

	// input bootstrap config
	Input io.ReadCloser

	// output config YAML only (DryRun), rather than invoking docker run
	Output io.Writer

	// path to root storage dir
	// default is ~/.wasme/store
	Store store.Store

	// additional args passed to the `docker run` command when running Envoy. Ignored if using DryRyn
	DockerRunArgs []string

	// additional args passed to the `envoy` command when running Envoy in Docker. Ignored if using DryRyn
	EnvoyArgs []string

	// the image ref for Envoy to run with docker. Ignored if using DryRyn
	EnvoyDockerImage string
}

func (*Runner) RunFilter added in v0.0.13

func (p *Runner) RunFilter(filter *v1.FilterSpec) error

applies the filter to all static listeners in the bootstrap config

Jump to

Keyboard shortcuts

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