mirror of
https://github.com/status-im/consul.git
synced 2025-01-16 00:35:33 +00:00
Apply suggestions from code review
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
This commit is contained in:
parent
fe92cf7cb6
commit
1a611f0c1b
@ -610,8 +610,8 @@ spec:
|
|||||||
yaml: false,
|
yaml: false,
|
||||||
name: 'Add',
|
name: 'Add',
|
||||||
type: 'map<string|string>: optional',
|
type: 'map<string|string>: optional',
|
||||||
description: `The set of header value keyed by header name to
|
description: `The set of header values to add, keyed by header name.
|
||||||
add. If a header with the same (case-insensitive) name already
|
If a header with the same (case-insensitive) name already
|
||||||
exists, the value set here will be appended and both will be present.
|
exists, the value set here will be appended and both will be present.
|
||||||
If Envoy is used as the proxy, the value may contain
|
If Envoy is used as the proxy, the value may contain
|
||||||
[variable placeholders](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/headers#custom-request-response-headers) for example
|
[variable placeholders](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/headers#custom-request-response-headers) for example
|
||||||
@ -635,7 +635,7 @@ spec:
|
|||||||
name: 'Remove',
|
name: 'Remove',
|
||||||
type: 'array<string>: optional',
|
type: 'array<string>: optional',
|
||||||
description: `The set of header names to remove. Only headers
|
description: `The set of header names to remove. Only headers
|
||||||
whose names are an <i>case-insensitive</i> exact match will be removed`,
|
whose names are a <i>case-insensitive</i> exact match will be removed`,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user