envoy.config.cluster.v3.Cluster.OriginalDstLbConfig
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.config.cluster.v3.Cluster.OriginalDstLbConfig
.withHttpHeaderName('string')
.withUpstreamPortOverride(1)
.withUseHttpHeader(false)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
http_header_name |
string
|
|
|
|
upstream_port_override |
google.protobuf.UInt32Value
|
|
|
{"Uint32":{"lte":65535}}
|
use_http_header |
bool
|
|
|
|