envoy.extensions.filters.network.zookeeper_proxy.v3.ZooKeeperProxy
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.zookeeper_proxy.v3.ZooKeeperProxy
.withAccessLog('string')
.withMaxPacketBytes(1)
.withStatPrefix('string')
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
access_log |
string
|
|
|
|
max_packet_bytes |
google.protobuf.UInt32Value
|
|
|
|
stat_prefix |
string
|
|
|
{"String_":{"WellKnown":null,"min_len":1}}
|