Documentation ¶
Index ¶
Constants ¶
View Source
const ( FilterName = "envoy.filters.http.wasm" V8Runtime = "envoy.wasm.runtime.v8" WavmRuntime = "envoy.wasm.runtime.wavm" WasmCacheCluster = "wasm-cache" WasmEnabled = "WASM_ENABLED" )
Variables ¶
This section is empty.
Functions ¶
func TransformWasmFilterStage ¶ added in v1.2.13
func TransformWasmFilterStage(filterStage *wasm.FilterStage) plugins.FilterStage
Types ¶
type CachedPlugin ¶
type Plugin ¶
type Plugin struct{}
func (*Plugin) HttpFilters ¶
func (p *Plugin) HttpFilters(params plugins.Params, l *v1.HttpListener) ([]plugins.StagedHttpFilter, error)
Click to show internal directories.
Click to hide internal directories.