Documentation ¶
Index ¶
Constants ¶
View Source
const ( FilterName = "envoy.filters.http.wasm" V8Runtime = "envoy.wasm.runtime.v8" WavmRuntime = "envoy.wasm.runtime.wavm" VmId = "gloo-vm-id" WasmCacheCluster = "wasm-cache" WasmEnabled = "WASM_ENABLED" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.