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 classOutlierDetectionSee the :ref:`architecture overview <arch_overview_outlier_detection>` for more information on outlier detection.static classOutlierDetection.BuilderSee 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 OutlierDetectionOrBuilderCluster.Builder. getOutlierDetectionOrBuilder()If specified, outlier detection will be enabled for this upstream cluster.OutlierDetectionOrBuilderCluster. getOutlierDetectionOrBuilder()If specified, outlier detection will be enabled for this upstream cluster.OutlierDetectionOrBuilderClusterOrBuilder. 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.
-