envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.ProxyStatusConfig
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.ProxyStatusConfig
.withLiteralProxyName('string')
.withRemoveConnectionTerminationDetails(false)
.withRemoveDetails(false)
.withRemoveResponseFlags(false)
.withSetRecommendedResponseCode(false)
.withUseNodeId(false)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
literal_proxy_name |
string
|
proxy_name |
|
|
remove_connection_termination_details |
bool
|
|
|
|
remove_details |
bool
|
|
|
|
remove_response_flags |
bool
|
|
|
|
set_recommended_response_code |
bool
|
|
|
|
use_node_id |
bool
|
proxy_name |
|
|