istio v1.31.0

WasmPlugin.spec.vmConfig.env[]

3 fields
WasmPlugin.spec.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"]