istio v1.31.0

EnvoyFilter.spec.configPatches[].match.waypoint.route.spec.configPatches

One or more patches with match conditions.

3 fields
EnvoyFilter.spec.configPatches[].match.waypoint.route.spec.configPatches fields and descriptions
Field / TypeDescription
applyTo
string

Specifies where in the Envoy configuration, the patch should be applied. Valid Options: LISTENER, FILTER_CHAIN, NETWORK_FILTER, HTTP_FILTER, ROUTE_CONFIGURATION, VIRTUAL_HOST, HTTP_ROUTE, CLUSTER, EXTENSION_CONFIG, BOOTSTRAP, LISTENER_FILTER

  • enum: ["INVALID","LISTENER","FILTER_CHAIN","NETWORK_FILTER","HTTP_FILTER","ROUTE_CONFIGURATION","VIRTUAL_HOST","HTTP_ROUTE","CLUSTER","EXTENSION_CONFIG","BOOTSTRAP","LISTENER_FILTER"]
any

Match on listener/route configuration/cluster.

  • x-kubernetes-validations: [{"message":"only support waypointMatch when context is WAYPOINT","rule":"has(self.context) ? ((self.context == \"WAYPOINT\") ? has(self.waypoint) : !has(self.waypoint)) : !has(self.waypoint)"}]
object

The patch to apply along with the operation.