Home

envoy.config.cluster.v3.Cluster.TransportSocketMatch

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.TransportSocketMatch
.withMatch(types.google.protobuf.Struct)
.withName('string')
.withTransportSocket(types.envoy.config.core.v3.TransportSocket)
._validate()

Fields

Name Type One-of group Required Constraints
match google.protobuf.Struct  
name string   {"String_":{"WellKnown":null,"min_len":1}}
transport_socket envoy.config.core.v3.TransportSocket