| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.wasm.v3 |
| Modifier and Type | Method and Description |
|---|---|
VmConfig.Builder |
VmConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VmConfig.Builder |
VmConfig.Builder.clear() |
VmConfig.Builder |
VmConfig.Builder.clearAllowPrecompiled()
Allow the wasm file to include pre-compiled code on VMs which support it.
|
VmConfig.Builder |
VmConfig.Builder.clearCode()
The Wasm code that Envoy will execute.
|
VmConfig.Builder |
VmConfig.Builder.clearConfiguration()
The Wasm configuration used in initialization of a new VM
(proxy_on_start).
|
VmConfig.Builder |
VmConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VmConfig.Builder |
VmConfig.Builder.clearNackOnCodeCacheMiss()
If true and the code needs to be remotely fetched and it is not in the cache then NACK the configuration
update and do a background fetch to fill the cache, otherwise fetch the code asynchronously and enter
warming state.
|
VmConfig.Builder |
VmConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VmConfig.Builder |
VmConfig.Builder.clearRuntime()
The Wasm runtime type.
|
VmConfig.Builder |
VmConfig.Builder.clearVmId()
An ID which will be used along with a hash of the wasm code (or the name of the registered Null
VM plugin) to determine which VM will be used for the plugin.
|
VmConfig.Builder |
VmConfig.Builder.clone() |
VmConfig.Builder |
PluginConfig.Builder.getVmConfigBuilder()
TODO: add referential VM configurations.
|
VmConfig.Builder |
VmConfig.Builder.mergeCode(AsyncDataSource value)
The Wasm code that Envoy will execute.
|
VmConfig.Builder |
VmConfig.Builder.mergeConfiguration(com.google.protobuf.Any value)
The Wasm configuration used in initialization of a new VM
(proxy_on_start).
|
VmConfig.Builder |
VmConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VmConfig.Builder |
VmConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
VmConfig.Builder |
VmConfig.Builder.mergeFrom(VmConfig other) |
VmConfig.Builder |
VmConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static VmConfig.Builder |
VmConfig.newBuilder() |
static VmConfig.Builder |
VmConfig.newBuilder(VmConfig prototype) |
VmConfig.Builder |
VmConfig.newBuilderForType() |
protected VmConfig.Builder |
VmConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
VmConfig.Builder |
VmConfig.Builder.setAllowPrecompiled(boolean value)
Allow the wasm file to include pre-compiled code on VMs which support it.
|
VmConfig.Builder |
VmConfig.Builder.setCode(AsyncDataSource.Builder builderForValue)
The Wasm code that Envoy will execute.
|
VmConfig.Builder |
VmConfig.Builder.setCode(AsyncDataSource value)
The Wasm code that Envoy will execute.
|
VmConfig.Builder |
VmConfig.Builder.setConfiguration(com.google.protobuf.Any.Builder builderForValue)
The Wasm configuration used in initialization of a new VM
(proxy_on_start).
|
VmConfig.Builder |
VmConfig.Builder.setConfiguration(com.google.protobuf.Any value)
The Wasm configuration used in initialization of a new VM
(proxy_on_start).
|
VmConfig.Builder |
VmConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VmConfig.Builder |
VmConfig.Builder.setNackOnCodeCacheMiss(boolean value)
If true and the code needs to be remotely fetched and it is not in the cache then NACK the configuration
update and do a background fetch to fill the cache, otherwise fetch the code asynchronously and enter
warming state.
|
VmConfig.Builder |
VmConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VmConfig.Builder |
VmConfig.Builder.setRuntime(String value)
The Wasm runtime type.
|
VmConfig.Builder |
VmConfig.Builder.setRuntimeBytes(com.google.protobuf.ByteString value)
The Wasm runtime type.
|
VmConfig.Builder |
VmConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VmConfig.Builder |
VmConfig.Builder.setVmId(String value)
An ID which will be used along with a hash of the wasm code (or the name of the registered Null
VM plugin) to determine which VM will be used for the plugin.
|
VmConfig.Builder |
VmConfig.Builder.setVmIdBytes(com.google.protobuf.ByteString value)
An ID which will be used along with a hash of the wasm code (or the name of the registered Null
VM plugin) to determine which VM will be used for the plugin.
|
VmConfig.Builder |
VmConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PluginConfig.Builder |
PluginConfig.Builder.setVmConfig(VmConfig.Builder builderForValue)
TODO: add referential VM configurations.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.