public static interface ClusterManager.OutlierDetectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEventLogPath()
Specifies the path to the outlier event log.
|
com.google.protobuf.ByteString |
getEventLogPathBytes()
Specifies the path to the outlier event log.
|
EventServiceConfig |
getEventService()
[#not-implemented-hide:]
The gRPC service for the outlier detection event service.
|
EventServiceConfigOrBuilder |
getEventServiceOrBuilder()
[#not-implemented-hide:]
The gRPC service for the outlier detection event service.
|
boolean |
hasEventService()
[#not-implemented-hide:]
The gRPC service for the outlier detection event service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEventLogPath()
Specifies the path to the outlier event log.
string event_log_path = 1;com.google.protobuf.ByteString getEventLogPathBytes()
Specifies the path to the outlier event log.
string event_log_path = 1;boolean hasEventService()
[#not-implemented-hide:] The gRPC service for the outlier detection event service. If empty, outlier detection events won't be sent to a remote endpoint.
.envoy.config.core.v4alpha.EventServiceConfig event_service = 2;EventServiceConfig getEventService()
[#not-implemented-hide:] The gRPC service for the outlier detection event service. If empty, outlier detection events won't be sent to a remote endpoint.
.envoy.config.core.v4alpha.EventServiceConfig event_service = 2;EventServiceConfigOrBuilder getEventServiceOrBuilder()
[#not-implemented-hide:] The gRPC service for the outlier detection event service. If empty, outlier detection events won't be sent to a remote endpoint.
.envoy.config.core.v4alpha.EventServiceConfig event_service = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.