Documentation ¶
Index ¶
Constants ¶
View Source
const BasicEnvoyConfig = `` /* 1072-byte string literal not displayed */
View Source
const DefaultEnvoyImage = "quay.io/solo-io/gloo-envoy-wasm-wrapper:1.3.5"
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 }
Click to show internal directories.
Click to hide internal directories.