envoy.extensions.health_checkers.thrift.v3.Thrift
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.health_checkers.thrift.v3.Thrift
.withMethodName('string')
.withProtocol(types.envoy.extensions.filters.network.thrift_proxy.v3.ProtocolType.AUTO_PROTOCOL)
.withTransport(types.envoy.extensions.filters.network.thrift_proxy.v3.TransportType.AUTO_TRANSPORT)
._validate()
Fields