Home

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

Name Type One-of group Required Constraints
load_stats_config envoy.config.core.v3.ApiConfigSource  
local_cluster_name string  
outlier_detection envoy.config.bootstrap.v3.ClusterManager.OutlierDetection  
upstream_bind_config envoy.config.core.v3.BindConfig