public static interface ClustersOuterClass.HostHealthStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HealthCheckOuterClass.HealthStatus |
getEdsHealthStatus()
Health status as reported by EDS.
|
int |
getEdsHealthStatusValue()
Health status as reported by EDS.
|
boolean |
getFailedActiveHealthCheck()
The host is currently failing active health checks.
|
boolean |
getFailedOutlierCheck()
The host is currently considered an outlier and has been ejected.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getFailedActiveHealthCheck()
The host is currently failing active health checks.
bool failed_active_health_check = 1;boolean getFailedOutlierCheck()
The host is currently considered an outlier and has been ejected.
bool failed_outlier_check = 2;int getEdsHealthStatusValue()
Health status as reported by EDS. Note: only HEALTHY and UNHEALTHY are currently supported here. TODO(mrice32): pipe through remaining EDS health status possibilities.
.envoy.api.v2.core.HealthStatus eds_health_status = 3;HealthCheckOuterClass.HealthStatus getEdsHealthStatus()
Health status as reported by EDS. Note: only HEALTHY and UNHEALTHY are currently supported here. TODO(mrice32): pipe through remaining EDS health status possibilities.
.envoy.api.v2.core.HealthStatus eds_health_status = 3;Copyright © 2018 The Envoy Project. All rights reserved.