Home

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

Name Type One-of group Required Constraints
method_name string   {"String_":{"WellKnown":null,"min_len":1}}
protocol envoy.extensions.filters.network.thrift_proxy.v3.ProtocolType   {"Enum":{"defined_only":true}}
transport envoy.extensions.filters.network.thrift_proxy.v3.TransportType   {"Enum":{"defined_only":true}}