Uses of Interface
io.envoyproxy.envoy.config.cluster.v3.OutlierDetectionOrBuilder
-
Packages that use OutlierDetectionOrBuilder Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of OutlierDetectionOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Classes in io.envoyproxy.envoy.config.cluster.v3 that implement OutlierDetectionOrBuilder Modifier and Type Class Description class
OutlierDetection
See the :ref:`architecture overview <arch_overview_outlier_detection>` for more information on outlier detection.static class
OutlierDetection.Builder
See the :ref:`architecture overview <arch_overview_outlier_detection>` for more information on outlier detection.Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type OutlierDetectionOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<OutlierDetection,OutlierDetection.Builder,OutlierDetectionOrBuilder>
Cluster.Builder. outlierDetectionBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return OutlierDetectionOrBuilder Modifier and Type Method Description OutlierDetectionOrBuilder
Cluster.Builder. getOutlierDetectionOrBuilder()
If specified, outlier detection will be enabled for this upstream cluster.OutlierDetectionOrBuilder
Cluster. getOutlierDetectionOrBuilder()
If specified, outlier detection will be enabled for this upstream cluster.OutlierDetectionOrBuilder
ClusterOrBuilder. getOutlierDetectionOrBuilder()
If specified, outlier detection will be enabled for this upstream cluster.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type OutlierDetectionOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<OutlierDetection,OutlierDetection.Builder,OutlierDetectionOrBuilder>
Cluster.Builder. getOutlierDetectionFieldBuilder()
If specified, outlier detection will be enabled for this upstream cluster.
-