parameters.proto
Package: transformation.options.gloo.solo.io
Types:
Source File: github.com/solo-io/gloo/projects/gloo/api/v1/options/transformation/parameters.proto
Parameters
"headers": map<string, string>
"path": .google.protobuf.StringValue
Field | Type | Description |
---|---|---|
headers |
map<string, string> |
headers that will be used to extract data for processing output templates K8sGateway will search for parameters by their name in header value strings, enclosed in single curly braces Example: extensions: parameters: headers: x-user-id: ‘{userId}’. |
path |
.google.protobuf.StringValue | part of the (or the entire) path that will be used extract data for processing output templates K8sGateway will search for parameters by their name in header value strings, enclosed in single curly braces Example: extensions: parameters: path: /users/{ userId }. |