envoy.config.core.v3.Node
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.core.v3.Node
.withClientFeatures([ 'string' ])
.withCluster('string')
.withDynamicParameters({ key: types.xds.core.v3.ContextParams })
.withExtensions([ types.envoy.config.core.v3.Extension ])
.withId('string')
.withListeningAddresses([ types.envoy.config.core.v3.Address ])
.withLocality(types.envoy.config.core.v3.Locality)
.withMetadata(types.google.protobuf.Struct)
.withUserAgentBuildVersion(types.envoy.config.core.v3.BuildVersion)
.withUserAgentName('string')
.withUserAgentVersion('string')
._validate()
Nested Messages
Fields