istio v1.31.0

TrafficExtension.spec.wasm.vmConfig.env

Specifies environment variables to be injected to this VM.

3 fields
TrafficExtension.spec.wasm.vmConfig.env fields and descriptions
Field / TypeDescription
name
string required

Name of the environment variable.

  • minLength: 1
  • maxLength: 256
value
string

Value for the environment variable.

  • maxLength: 2048
valueFrom
string

Source for the environment variable's value. Valid Options: INLINE, HOST

  • enum: ["INLINE","HOST"]