envoy.config.cluster.v3.Cluster.LbSubsetConfig
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.LbSubsetConfig
.withDefaultSubset(types.google.protobuf.Struct)
.withFallbackPolicy(types.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetFallbackPolicy.NO_FALLBACK)
.withListAsAny(false)
.withLocalityWeightAware(false)
.withMetadataFallbackPolicy(types.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetMetadataFallbackPolicy.METADATA_NO_FALLBACK)
.withPanicModeAny(false)
.withScaleLocalityWeight(false)
.withSubsetSelectors([ types.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetSelector ])
._validate()
Nested Enums
Nested Messages
Fields