envoy.config.bootstrap.v3.ClusterManager
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.bootstrap.v3.ClusterManager
.withLoadStatsConfig(types.envoy.config.core.v3.ApiConfigSource)
.withLocalClusterName('string')
.withOutlierDetection(types.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection)
.withUpstreamBindConfig(types.envoy.config.core.v3.BindConfig)
._validate()
Nested Messages
Fields